Skip to main content
Version: 1.x

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

readonly id: string


index

readonly index: number


subSections

readonly subSections: readonly object[]


title

readonly title: string


visible

readonly visible: boolean