Sha256: 8960fc2731e656fe641464685568e591ea2e33a2b4e87553a59f52c3a30ea58a
Contents?: true
Size: 916 Bytes
Versions: 15
Compression:
Stored size: 916 Bytes
Contents
# Dropbox::Sign::SubFormFieldRule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `id`<sup>*_required_</sup> | ```String``` | Must be unique across all defined rules. | | | `trigger_operator`<sup>*_required_</sup> | ```String``` | Currently only `AND` is supported. Support for `OR` is being worked on. | [default to 'AND'] | | `triggers`<sup>*_required_</sup> | [```Array<SubFormFieldRuleTrigger>```](SubFormFieldRuleTrigger.md) | An array of trigger definitions, the "if this" part of "**if this**, then that". Currently only a single trigger per rule is allowed. | | | `actions`<sup>*_required_</sup> | [```Array<SubFormFieldRuleAction>```](SubFormFieldRuleAction.md) | 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. | |
Version data entries
15 entries across 15 versions & 1 rubygems