Function: getObjectPageSections()
getObjectPageSections(
page):Promise<readonlyObjectPageSection[]>
Defined in: src/fe/object-page.ts:287
Returns all sections in the Object Page with visibility, index, and sub-sections.
Parameters
page
Page to evaluate on.
Returns
Promise<readonly ObjectPageSection[]>
Array of section descriptors.
Intent
List all sections in the Object Page layout for discovery or assertion.
Example
const sections = await getObjectPageSections(page);