Interface: ObjectPageSection
Describes a section within an Object Page layout.
Example
const s: ObjectPageSection = { id: 'sec1', title: 'General', visible: true, index: 0, subSections: [] };
Properties
id
readonlyid:string
index
readonlyindex:number
subSections
readonlysubSections: readonlyobject[]
title
readonlytitle:string
visible
readonlyvisible:boolean