IReportContentPage
Home > @gooddata/sdk-model > IReportContentPage
IReportContentPage interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Page instance embedded in template/report content: a deep clone of a page body plus its own identity.
Signature:
export interface IReportContentPage extends IReportPageBody
Extends: IReportPageBody
Remarks
Cloning a IReportPageLayout into content assigns the localIdentifier and regenerates slot localIdentifiers (with the layout slotIds) so repeated use of one page stays unique. Deliberately carries NO reference back to the source page — later page edits never affect existing templates or reports.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Identifier unique within the content; stable across template-to-report copy and reordering. |