# # CustomFormField



## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
| `fieldType`<sup>*_required_</sup> | ```string``` |   |  |
| `width` | ```number``` |   |  |
| `height` | ```number``` |   |  |
| `isRequired` | ```boolean``` |   |  |
| `isReadOnly` | ```boolean``` |   |  |
| `value` | ```string``` |   |  |
| `fontSize` | ```number``` |   |  [default to 13] |
| `font` | ```string``` |   |  |
| `fontHexColor` | ```string``` |   |  |
| `isBoldFont` | ```boolean``` |   |  |
| `isItalicFont` | ```boolean``` |   |  |
| `isUnderLineFont` | ```boolean``` |   |  |
| `lineHeight` | ```number``` |   |  [default to 15] |
| `characterLimit` | ```number``` |   |  [default to 0] |
| `placeHolder` | ```string``` |   |  |
| `validationType` | ```string``` |   |  |
| `validationCustomRegex` | ```string``` |   |  |
| `validationCustomRegexMessage` | ```string``` |   |  |
| `dateFormat` | ```string``` |   |  |
| `timeFormat` | ```string``` |   |  |
| `imageInfo` | [```ImageInfo```](ImageInfo.md) |   |  |
| `attachmentInfo` | [```AttachmentInfo```](AttachmentInfo.md) |   |  |
| `editableDateFieldSettings` | [```EditableDateFieldSettings```](EditableDateFieldSettings.md) |   |  |
| `hyperlinkText` | ```string``` |   |  |
| `dataSyncTag` | ```string``` |   |  |
| `dropdownOptions` | ```Array<string>``` |   |  |
| `textAlign` | ```string``` |   |  |
| `textDirection` | ```string``` |   |  |
| `characterSpacing` | ```number``` |   |  |
| `idPrefix` | ```string``` |   |  |
| `restrictIdPrefixChange` | ```boolean``` |   |  [default to false] |
| `backgroundHexColor` | ```string``` |   |  |
| `resizeOption` | ```string``` |   |  |
| `isMasked` | ```boolean``` |   |  [default to false] |

[[Back to Model list]](../README.md#models) [[Back to API list]](../README.md#api-endpoints) [[Back to README]](../README.md)
