Access the Control Data Masking API
Readonly
stateMethods related to the state of the control.
Readonly
typeControl type.
Returns the client field properties that are associated with the calling control. Field must be configured as dataSource in the control's typeAttributes.
The field restrictions that should be applied.
Returns the calling control object.
Object representing the calling control.
Returns the field restrictions that are associated with the calling control. Field must be configured as dataSource in the control's typeAttributes.
The field restrictions that should be applied.
Gives the value of the control's field. Field must be configured as dataSource in the control's typeAttributes.
The value of the control's field.
Returns the restrictions of the control's file category. File category must be configured as fileCategory in the control's typeAttributes.
The file restrictions that should be applied.
Returns the formatted value of the control's field. Field must be configured as dataSource in the control's typeAttributes.
A promise that resolves to the formatted field value, or undefined if the field is not found.
Sets the value of the control's field. Field must be configured as dataSource in the control's typeAttributes.
{FieldTypeToValue
This Control API pertains to functionality that checks the state, registers event handlers, and so on.