ReadonlyallowChecks if the current controls should allow input. Returns true if the control allows input, otherwise false.
ReadonlycouldReturns if this control could be read-only based on a condition. True if the control could be read-only, otherwise false.
ReadonlycouldReturns if this control could be required based on a condition. True if the control could be required, otherwise false.
ReadonlydisabledReturns the disabled state of the calling control. True if the control is disabled, otherwise false.
ReadonlyhiddenReturns the hidden state of the calling control. True if the control is hidden, otherwise false.
ReadonlymaskReturns the masked state of the calling control. True if the control is masked, otherwise false.
ReadonlyreadReturns the read-only state of the calling control. True if the control is read-only, otherwise false.
ReadonlyrequiredReturns the required state of the calling control. True if control is required, otherwise false.
Returns the state with a specified key.
{string} The key of the state to be returned.
The specified state of the calling control, or undefined if no match.
Registers a function to be invoked whenever a state change event occurs. This function receives an object that contains information about the change event.
{function} Function to be invoked when a state is changed. Parameter (change: StateChange). Returns void.
Methods and properties related to the state of the control.