Sha256: bc5635d7f3215d4631e4f59ffb4ab57982dd17f56b7f0890b42f55b1d39d7ebd
Contents?: true
Size: 892 Bytes
Versions: 15
Compression:
Stored size: 892 Bytes
Contents
# Dropbox::Sign::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
15 entries across 15 versions & 1 rubygems