boldsign
Version:
NodeJS client for boldsign
52 lines (46 loc) • 2.21 kB
Markdown
# # TemplateFormFields
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `id` | ```string``` | | |
| `fieldType` | ```string``` | | |
| `type` | ```string``` | | |
| `value` | ```string``` | | |
| `font` | ```string``` | | |
| `isRequired` | ```boolean``` | | |
| `isReadOnly` | ```boolean``` | | |
| `lineHeight` | ```number``` | | |
| `fontSize` | ```number``` | | |
| `fontHexColor` | ```string``` | | |
| `isUnderLineFont` | ```boolean``` | | |
| `isItalicFont` | ```boolean``` | | |
| `isBoldFont` | ```boolean``` | | |
| `groupName` | ```string``` | | |
| `label` | ```string``` | | |
| `placeholder` | ```string``` | | |
| `validationtype` | ```string``` | | |
| `validationCustomRegex` | ```string``` | | |
| `validationCustomRegexMessage` | ```string``` | | |
| `dateFormat` | ```string``` | | |
| `timeFormat` | ```string``` | | |
| `imageInfo` | [```ImageInfo```](ImageInfo.md) | | |
| `attachmentInfo` | [```AttachmentInfo```](AttachmentInfo.md) | | |
| `editableDateFieldSettings` | [```EditableDateFieldSettings```](EditableDateFieldSettings.md) | | |
| `dropdownOptions` | ```Array<string>``` | | |
| `bounds` | [```Rectangle```](Rectangle.md) | | |
| `pageNumber` | ```number``` | | |
| `conditionalRules` | [```Array<ConditionalRule>```](ConditionalRule.md) | | |
| `dataSyncTag` | ```string``` | | |
| `textAlign` | ```string``` | | |
| `textDirection` | ```string``` | | |
| `characterSpacing` | ```number``` | | |
| `characterLimit` | ```number``` | | |
| `hyperlinkText` | ```string``` | | |
| `backgroundHexColor` | ```string``` | | |
| `tabIndex` | ```number``` | | |
| `formulaFieldSettings` | [```FormulaFieldSettings```](FormulaFieldSettings.md) | | |
| `resizeOption` | ```string``` | | |
| `allowEditFormField` | ```boolean``` | | |
| `allowDeleteFormField` | ```boolean``` | | |
| `collaborationSettings` | [```CollaborationSettings```](CollaborationSettings.md) | | |
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)