Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 930 Bytes

FormFieldConditionalAction.md

File metadata and controls

executable file
·
30 lines (21 loc) · 930 Bytes

FormFieldConditionalAction

Properties

Name Type Description Notes
action ActionEnum Action to show/hide the form field is to be taken on the basis of evaluation of conditions. [optional]
anyOrAll AnyOrAllEnum It indicates if any one of the conditions or all of them have to be true. [optional]
predicates List<FormFieldConditionPredicate> The predicates to be evaluated in order to determine whether this condition is true [optional]

Enum: ActionEnum

Name Value
SHOW "SHOW"
HIDE "HIDE"
DISABLE "DISABLE"
ENABLE "ENABLE"

Enum: AnyOrAllEnum

Name Value
ALL "ALL"
ANY "ANY"