IDashboardNestedLayoutProps
Home > @gooddata/sdk-ui-dashboard > IDashboardNestedLayoutProps
IDashboardNestedLayoutProps 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 IDashboardLayoutProps
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. | |
ErrorComponent? | React.ComponentType<IErrorProps> | (ALPHA) (Optional) | |
layout? | IDashboardLayout<ExtendedDashboardWidget> | (ALPHA) (Optional) | |
onDrill? | OnFiredDashboardDrillEvent | (ALPHA) (Optional) | |
onError? | OnError | (ALPHA) (Optional) | |
onFiltersChange? | (filters: (IDashboardFilter | FilterContextItem)[], resetOthers?: boolean) => void | (ALPHA) (Optional) | |
parentLayoutItemSize? | IDashboardLayoutSizeByScreenSize | (ALPHA) (Optional) | |
parentLayoutPath? | ILayoutItemPath | (ALPHA) (Optional) | |
widget? | ExtendedDashboardLayoutWidget | (ALPHA) (Optional) | |
workspace? | string | (ALPHA) (Optional) Workspace where the Insight widget exists. |