Home > @activeviam/activeui-sdk > PageDescription
PageDescription interface
Signature:
export interface PageDescription
Properties
| Property | Type | Description |
|---|---|---|
| content | { key: string; bookmark: ContainerFullValue; }[] | |
| contextValues | { [cubeName: string]: MdxContextValues; } | |
| filters | { [cubeName: string]: Mdx[]; } | |
| layout | PageLayout | |
| name | string | |
| style | { docks: CSSObject; background: { barhover: CSSObject; layout: CSSObject; }; } |