Optional
Readonly
componentSpace for component specific API functions.
Returns a string that can be used as an aria label for the field, which includes its required state. Uses the typeAttributes.title.text field for the label.
The aria label that should be applied.
Access the Control Data Masking API
Readonly
stateMethods related to the state of the control.
Readonly
typeControl type.
Returns the parent ancestor with the given type for this control.
{string} Type of ancestor to be returned.
Object representing the calling control's ancestor, or undefined if no match.
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 calling control's parent object.
Object representing the calling control's parent.
Sets the value of the control's field. Field must be configured as dataSource in the control's typeAttributes.
{FieldTypeToValue
Extension of ControlApiBase supplied by SAS Visual Investigator to provide more functionality.