Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.03 KB

SubFormFieldRule.md

File metadata and controls

14 lines (9 loc) · 1.03 KB

# SubFormFieldRule

Properties

Name Type Description Notes
id*required string Must be unique across all defined rules.
triggerOperator*required string Currently only AND is supported. Support for OR is being worked on. [default to 'AND']
triggers*required Array<SubFormFieldRuleTrigger> An array of trigger definitions, the "if this" part of "if this, then that". Currently only a single trigger per rule is allowed.
actions*required Array<SubFormFieldRuleAction> An array of action definitions, the "then that" part of "if this, then that". Any number of actions may be attached to a single rule.

[Back to Model list] [Back to API list] [Back to README]