FormElement
Import this model from the entry point of its package:
import { FormElement } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | (optional) string | Form element identifier. | [default to undefined] |
| elementType | (optional) string | FormElementType value. TEXT FormElementTypeText TOGGLE FormElementTypeToggle TEXTAREA FormElementTypeTextArea HIDDEN FormElementTypeHidden PHONE FormElementTypePhone EMAIL FormElementTypeEmail SELECT FormElementTypeSelect DATE FormElementTypeDate SECTION FormElementTypeSection COLUMN_SET FormElementTypeColumns IMAGE FormElementTypeImage DESCRIPTION FormElementTypeDescription | [default to undefined] |
| config | (optional) | Config object. | [default to undefined] |
| key | (optional) string | Technical key. | [default to undefined] |
| validations | (optional) Array<FormElementValidationsSet> | [default to undefined] |