SectionDetails
Import this model from the entry point of its package:
import { SectionDetails } from '@sailpoint/angular-sdk/work_items';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | Name of the FormItem | [default to undefined] |
| label | (optional) string | Label of the section | [default to undefined] |
| formItems | (optional) Array<object> | List of FormItems. FormItems can be SectionDetails and/or FieldDetails | [default to undefined] |