FormElementDataSourceConfigOptions
Import this model from the entry point of its package:
import { FormElementDataSourceConfigOptions } from '@sailpoint/angular-sdk/custom_forms';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| label | (optional) string | Label is the main label to display to the user when selecting this option | [default to undefined] |
| subLabel | (optional) string | SubLabel is the sub label to display below the label in diminutive styling to help describe or identify this option | [default to undefined] |
| value | (optional) string | Value is the value to save as an entry when the user selects this option | [default to undefined] |