Sha256: 51ad3a3b4c6d569f825c3b5b9b17338bf2234890605df05d751236945072b389

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

# Dropbox::Sign::TemplateResponseDocumentFormFieldBase

An array of Form Field objects containing the name and type of each named field.

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `type`<sup>*_required_</sup> | ```String``` |    |  |
| `api_id` | ```String``` |  A unique id for the form field.  |  |
| `name` | ```String``` |  The name of the form field.  |  |
| `signer` | ```String``` |  The signer of the Form Field.  |  |
| `x` | ```Integer``` |  The horizontal offset in pixels for this form field.  |  |
| `y` | ```Integer``` |  The vertical offset in pixels for this form field.  |  |
| `width` | ```Integer``` |  The width in pixels of this form field.  |  |
| `height` | ```Integer``` |  The height in pixels of this form 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` except for Radio fields.  |  |
| `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/TemplateResponseDocumentFormFieldBase.md