Type alias DescribeLayoutItem
DescribeLayoutItem: { editableForNew: boolean; editableForUpdate: boolean; label?: string | null; layoutComponents: DescribeLayoutComponent[]; placeholder: boolean; required: boolean; } Type declaration
editableForNew: boolean
editableForUpdate: boolean
Optional
label?: string | null
placeholder: boolean
required: boolean