Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.17 KB

TemplateResponseDocumentCustomFieldBase.md

File metadata and controls

20 lines (16 loc) · 1.17 KB

# TemplateResponseDocumentCustomFieldBase

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

Properties

Name Type Description Notes
type*required string
api_id string The unique ID for this field.
name string The name of the Custom Field.
signer string The signer of the Custom Field. Can be null if field is a merge field (assigned to Sender).
x int The horizontal offset in pixels for this form field.
y int The vertical offset in pixels for this form field.
width int The width in pixels of this form field.
height int The height in pixels of this form field.
required bool 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.

[Back to Model list] [Back to API list] [Back to README]