Optional
depsOptional
disabledIf specified and the values of any of the specified bindings are not truthy, the validator is disabled and so it will always result in "validity"
Optional
disabledIf specified and the values of any of the specified bindings are truthy, the validator is disabled and so it will always result in "validity"
Optional
disabledIf any of the specified bindings are unmodified, the validator is disabled and so it will always result in "validity".
Note: if updating the modification state of these bindings without updating their values, you will need to directly call reset
on
this validator, or explicitly call triggerChangeListeners
on the bindings, when ready to revalidate, since modification state changes
on bindings don't trigger change callbacks.
Optional
extraExtra validation that is only performed during finalization (see finalizeValidation
)
Optional
idA technical, but human-readable ID, which isn't guaranteed to be unique
Optional
limitThe limiter mode
Optional
limitMSecThe duration to debounce/throttle for
Optional
limitThe type of limiter
Optional
priorityThe priority
Optional
queueThe queue
On a rerender, deps changes are treated like hard reset bindings changes.