ReportPageLayoutNode
Home > @gooddata/sdk-model > ReportPageLayoutNode
ReportPageLayoutNode type
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.
Node of a report page layout: a recursive row/column split tree (flexbox semantics) over a fixed page. Leaves assign their area to slots; the tree carries only geometry, slot content lives in IReportPageBody.slots.
Signature:
export type ReportPageLayoutNode = IReportLayoutSection | IReportLayoutSlotRef;
References: IReportLayoutSection, IReportLayoutSlotRef