/** * The module is mapped to specification/v2/pages/ObjectPageConfig.ts * This comment is maintained as this module is named as ObjectPage.ts and the corresponding module is named as ObjectPageConfig.ts */ import { v2 } from '@sap/ux-specification-types'; import type { FlexibleColumnLayoutType } from '@sap/ux-specification-types'; export declare class ObjectPage implements v2.ObjectPageConfigV2 { showConfirmationOnDraftActivate?: boolean; hideChevronForUnauthorizedExtNav?: boolean; allowDeepLinking?: boolean; navToListOnSave?: boolean; header?: v2.ObjectPageHeader; sections?: v2.CustomSections | v2.GenericSections; layout?: v2.ObjectPageLayout; defaultLayoutTypeIfExternalNavigation?: FlexibleColumnLayoutType.MidColumnFullScreen; globalChartSettings?: v2.GlobalChartSettings; globalTableSettings?: v2.GlobalTableSettings; createMode?: v2.CreateMode; } //# sourceMappingURL=ObjectPage.d.ts.map