INestedLayoutProps
Home > @gooddata/sdk-ui-dashboard > INestedLayoutProps
INestedLayoutProps 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.
Signature:
export interface INestedLayoutProps
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
backend? | IAnalyticalBackend | (ALPHA) (Optional) Backend to work with. | |
clientHeight? | number | (ALPHA) (Optional) Height of the visualization switcher widget container. | |
clientWidth? | number | (ALPHA) (Optional) Width of the visualization switcher widget container. | |
dashboardItemClasses? | string | (ALPHA) (Optional) CSS classes to apply to the nested layout dashboard item. | |
layout? | IDashboardLayout<ExtendedDashboardWidget> | (ALPHA) (Optional) Corresponding layout. If not provided, root layout from appState will be used. | |
parentLayoutItemSize? | IDashboardLayoutSizeByScreenSize | (ALPHA) (Optional) Item size. If not provided, the layout size will be considered to be default (12 columns) | |
parentLayoutPath? | ILayoutItemPath | (ALPHA) (Optional) Item path. If not provided, the layout is expected to be root | |
widget? | ExtendedDashboardLayoutWidget | (ALPHA) (Optional) Nested layout widget to render. | |
workspace? | string | (ALPHA) (Optional) Workspace where the Insight widget exists. |