Class InspectorFieldConditionalInfo

Contains information about a conditional that determines whether a field property is active or not. Which property of the field is going to be conditioned is defined by the ConditionalType enum. If the value of 'type' is set to 'Active': the property field.Active will be conditioned to the given value. If the value of 'type' is set to 'Disabled': the property field.Disabled will be conditioned to the given value.

Constructors

Properties

Constructors

Properties

callback: (() => boolean)
fieldName: string