Optional
commit?: booleanSends a Commit to the server when the value is changed. Disabled by default. If this is false, you will need to manually call Resource.save() to save changes
Optional
commitAmount of milliseconds to wait (debounce) before applying Commit. Defaults to 100.
Optional
handleA callback function that will be called when the validation fails. For
example, pass a setError
function. If you want to remove the Error, return undefined
.
Optional
validate?: booleanPerforms datatype validation. Enabled by default, but this could cause some slowdown when the first validation is done as the Property needs to be present in the store, and might have to be fetched
Generated using TypeDoc
Extra options for useValue hooks, mostly related to commits and validation