sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias ComposedDashboardResult<D>

ComposedDashboardResult: <D> object

Result of the useComposedDashboard hook.

Type parameters

Parameter
D extends ComposableDashboardProps | DashboardProps

Type declaration

dashboard

dashboard: D

The composable dashboard object containing the current state of the dashboard.


setFilters

setFilters: (filters) => void

API to set filters on the dashboard.

Parameters

ParameterType
filtersFilterRelations | Filter[]

Returns

void


setWidgetsLayout

setWidgetsLayout: (newLayout) => void

API to set the layout of the widgets on the dashboard.

Parameters

ParameterType
newLayoutWidgetsPanelLayout

Returns

void

Last Updated: