Sha256: 1b3200c7251a206bc7c105bd8f5768d7743522ede75df47a6ea14267460bd597
Contents?: true
Size: 912 Bytes
Versions: 1
Compression:
Stored size: 912 Bytes
Contents
# HelloSign::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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/SubFormFieldRule.md |