Skip to main content

FormElementDataSourceConfigOptions

Import this model from the entry point of its package:

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

Properties

NameTypeDescriptionNotes
label(optional) stringLabel is the main label to display to the user when selecting this option[default to undefined]
subLabel(optional) stringSubLabel is the sub label to display below the label in diminutive styling to help describe or identify this option[default to undefined]
value(optional) stringValue is the value to save as an entry when the user selects this option[default to undefined]