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

Interface DashboardByIdConfig

Dashboard configuration

Properties

filtersPanel

filtersPanel?: DashboardFiltersPanelConfig

Configuration for the filters panel


persist

persist?: boolean

Boolean flag indicating whether changes to the embedded dashboard should be saved to the dashboard in Fusion.

If not specified, the default value is false.

Limitations:

  • WAT authentication does not support persistence.
  • Currently only changes to dashboard filters are persisted.

tabbers

tabbers?: TabbersConfig

Configuration for tabber widgets in the dashboard


toolbar

toolbar?: object

Configuration for the toolbar

Type declaration

toolbar.visible

visible: boolean

Determines whether the toolbar is visible.

If not specified, the default value is true.


widgetsPanel

widgetsPanel?: WidgetsPanelConfig

Configuration for the widgets panel

Last Updated: