Sha256: 2598058db1a69026a2bbfb62db4b51c2fa5468ca231ddb7f9e58c9ffdebfa342
Contents?: true
Size: 888 Bytes
Versions: 1
Compression:
Stored size: 888 Bytes
Contents
# HelloSign::SubFormFieldRuleAction ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `hidden`<sup>*_required_</sup> | ```Boolean``` | `true` to hide the target field when rule is satisfied, otherwise `false`. | | | `type`<sup>*_required_</sup> | ```String``` | | | | `field_id` | ```String``` | **field_id** or **group_id** is required, but not both.<br><br>Must reference the `api_id` of an existing field defined within `form_fields_per_document`.<br><br>Cannot use with `group_id`. Trigger and action fields must belong to the same signer. | | | `group_id` | ```String``` | **group_id** or **field_id** is required, but not both.<br><br>Must reference the ID of an existing group defined within `form_field_groups`.<br><br>Cannot use with `field_id`. Trigger and action fields and groups must belong to the same signer. | |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hellosign-ruby-sdk-6.0.0.pre.beta | docs/SubFormFieldRuleAction.md |