Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.59 KB

TemplateResponseDocumentFormFieldHyperlink.md

File metadata and controls

16 lines (12 loc) · 1.59 KB

TemplateResponseDocumentFormFieldHyperlink

This class extends TemplateResponseDocumentFormFieldBase

Properties

Name Type Description Notes
type*required str The type of this form field. See field types.

* Text Field uses TemplateResponseDocumentFormFieldText
* Dropdown Field uses TemplateResponseDocumentFormFieldDropdown
* Hyperlink Field uses TemplateResponseDocumentFormFieldHyperlink
* Checkbox Field uses TemplateResponseDocumentFormFieldCheckbox
* Radio Field uses TemplateResponseDocumentFormFieldRadio
* Signature Field uses TemplateResponseDocumentFormFieldSignature
* Date Signed Field uses TemplateResponseDocumentFormFieldDateSigned
* Initials Field uses TemplateResponseDocumentFormFieldInitials
[default to 'hyperlink']
avg_text_length TemplateResponseFieldAvgTextLength
is_multiline bool Whether this form field is multiline text.
original_font_size int Original font size used in this form field's text.
font_family str Font family used in this form field's text.
group str The name of the group this field is in. If this field is not a group, this defaults to null except for Radio fields.

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