Sha256: 320047a51f39863a4bb221cd48d11648f393e5a33fb1ad405f487c205411e1ab
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Dropbox::Sign::TemplateResponseDocumentStaticFieldBase An array describing static overlay fields. **Note** only available for certain subscriptions. ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `type`<sup>*_required_</sup> | ```String``` | | | | `api_id` | ```String``` | A unique id for the static field. | | | `name` | ```String``` | The name of the static field. | | | `signer` | ```String``` | The signer of the Static Field. | [default to 'me_now'] | | `x` | ```Integer``` | The horizontal offset in pixels for this static field. | | | `y` | ```Integer``` | The vertical offset in pixels for this static field. | | | `width` | ```Integer``` | The width in pixels of this static field. | | | `height` | ```Integer``` | The height in pixels of this static field. | | | `required` | ```Boolean``` | Boolean showing whether or not this field is required. | | | `group` | ```String``` | The name of the group this field is in. If this field is not a group, this defaults to `null`. | | | `font_size` | ```Integer``` | Final font size used by this form field. | |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dropbox-sign-1.1.0 | docs/TemplateResponseDocumentStaticFieldBase.md |