An array of Form Field objects containing the name and type of each named field.
Name | Type | Description | Notes |
---|---|---|---|
type *required |
string |
||
apiId |
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 |
number |
The horizontal offset in pixels for this form field. | |
y |
number |
The vertical offset in pixels for this form field. | |
width |
number |
The width in pixels of this form field. | |
height |
number |
The height in pixels of this form field. | |
required |
boolean |
Boolean showing whether or not this field is required. |