Skip to main content

FormElement

Import this model from the entry point of its package:

import { FormElement } from '@sailpoint/angular-sdk/custom_forms';

Properties

NameTypeDescriptionNotes
id(optional) stringForm element identifier.[default to undefined]
elementType(optional) stringFormElementType 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) stringTechnical key.[default to undefined]
validations(optional) Array<FormElementValidationsSet>[default to undefined]