Describes a section within an Object Page layout.
const s: ObjectPageSection = { id: 'sec1', title: 'General', visible: true, index: 0, subSections: [] }; Copy
const s: ObjectPageSection = { id: 'sec1', title: 'General', visible: true, index: 0, subSections: [] };
Readonly
Describes a section within an Object Page layout.
Example