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 &quot;if this&quot; part of &quot;**if this**, then that&quot;. Currently only a single trigger per rule is allowed.  |  |
| `actions`<sup>*_required_</sup> | [```Array<SubFormFieldRuleAction>```](SubFormFieldRuleAction.md) |  An array of action definitions, the &quot;then that&quot; part of &quot;if this, **then that**&quot;. Any number of actions may be attached to a single rule.  |  |

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/SubFormFieldRule.md
dropbox-sign-1.7.0 docs/SubFormFieldRule.md
dropbox-sign-1.6.1 docs/SubFormFieldRule.md
dropbox-sign-1.6.0 docs/SubFormFieldRule.md
dropbox-sign-1.5.0 docs/SubFormFieldRule.md
dropbox-sign-1.4.1 docs/SubFormFieldRule.md
dropbox-sign-1.4.0 docs/SubFormFieldRule.md
dropbox-sign-1.3.0 docs/SubFormFieldRule.md
dropbox-sign-1.2.0 docs/SubFormFieldRule.md
dropbox-sign-1.1.2 docs/SubFormFieldRule.md
dropbox-sign-1.1.1 docs/SubFormFieldRule.md
dropbox-sign-1.1.0 docs/SubFormFieldRule.md
dropbox-sign-1.0.1 docs/SubFormFieldRule.md
dropbox-sign-1.0.0 docs/SubFormFieldRule.md
dropbox-sign-1.0.0.pre.beta2301 docs/SubFormFieldRule.md