Type alias DescribeLayoutSection
DescribeLayoutSection: { collapsed: boolean; columns: number; heading?: string | null; layoutRows: DescribeLayoutRow[]; layoutSectionId?: string | null; parentLayoutId: string; rows: number; tabOrder: string; useCollapsibleSection: boolean; useHeading: boolean; } Type declaration
collapsed: boolean
columns: number
Optional
heading?: string | null
Optional
layoutSectionId?: string | null
parentLayoutId: string
rows: number
tabOrder: string
useCollapsibleSection: boolean
useHeading: boolean