Skip to main content

SectionDetails

Import this model from the entry point of its package:

import { SectionDetails } from '@sailpoint/angular-sdk/work_items';

Properties

NameTypeDescriptionNotes
name(optional) stringName of the FormItem[default to undefined]
label(optional) stringLabel of the section[default to undefined]
formItems(optional) Array<object>List of FormItems. FormItems can be SectionDetails and/or FieldDetails[default to undefined]