UNPKG

boldsign

Version:

NodeJS client for boldsign

52 lines (46 loc) 2.21 kB
# # DocumentFormFields ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- | `id` | ```string``` | | | | `formFieldId` | ```string``` | | | | `type` | ```string``` | | | | `value` | ```string``` | | | | `font` | ```string``` | | | | `isRequired` | ```boolean``` | | | | `isReadOnly` | ```boolean``` | | | | `lineHeight` | ```number``` | | | | `fontSize` | ```number``` | | | | `fontColor` | ```string``` | | | | `isUnderline` | ```boolean``` | | | | `isItalic` | ```boolean``` | | | | `isBold` | ```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) | | | | `fileInfo` | [```FileInfo```](FileInfo.md) | | | | `editableDateFieldSettings` | [```EditableDateFieldSettings```](EditableDateFieldSettings.md) | | | | `hyperlinkText` | ```string``` | | | | `conditionalRules` | [```Array<ConditionalRule>```](ConditionalRule.md) | | | | `bounds` | [```Rectangle```](Rectangle.md) | | | | `pageNumber` | ```number``` | | | | `dataSyncTag` | ```string``` | | | | `dropdownOptions` | ```Array<string>``` | | | | `textAlign` | ```string``` | | | | `textDirection` | ```string``` | | | | `characterSpacing` | ```number``` | | | | `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)