boldsign
Version:
NodeJS client for boldsign
42 lines (36 loc) • 1.77 kB
Markdown
# # TextTagDefinition
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `definitionId`<sup>*_required_</sup> | ```string``` | | |
| `type`<sup>*_required_</sup> | ```string``` | | |
| `signerIndex`<sup>*_required_</sup> | ```number``` | | |
| `isRequired` | ```boolean``` | | |
| `placeholder` | ```string``` | | |
| `fieldId` | ```string``` | | |
| `font` | [```Font```](Font.md) | | |
| `validation` | [```Validation```](Validation.md) | | |
| `size` | [```Size```](Size.md) | | |
| `dateFormat` | ```string``` | | |
| `timeFormat` | ```string``` | | |
| `radioGroupName` | ```string``` | | |
| `groupName` | ```string``` | | |
| `value` | ```string``` | | |
| `dropdownOptions` | ```Array<string>``` | | |
| `imageInfo` | [```ImageInfo```](ImageInfo.md) | | |
| `hyperlinkText` | ```string``` | | |
| `attachmentInfo` | [```AttachmentInfo```](AttachmentInfo.md) | | |
| `backgroundHexColor` | ```string``` | | |
| `isReadOnly` | ```boolean``` | | |
| `offset` | [```TextTagOffset```](TextTagOffset.md) | | |
| `label` | ```string``` | | |
| `tabIndex` | ```number``` | | |
| `dataSyncTag` | ```string``` | | |
| `textAlign` | ```string``` | | |
| `textDirection` | ```string``` | | |
| `characterSpacing` | ```number``` | | |
| `characterLimit` | ```number``` | | |
| `formulaFieldSettings` | [```FormulaFieldSettings```](FormulaFieldSettings.md) | | |
| `resizeOption` | ```string``` | | |
| `collaborationSettings` | [```CollaborationSettings```](CollaborationSettings.md) | | |
[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)