Interface DashboardModel Fusion Embed
Model of Sisense Fusion dashboard defined in the abstractions of Compose SDK.
This is the return type of useGetDashboardModel — see that hook's documentation for a usage example.
Properties
dataSource
dataSource:
DataSource
Dashboard data source details.
oid
oid:
string
Unique identifier of the dashboard.
title
title:
string
Dashboard title.
widgets
widgets:
WidgetModel[]
Dashboard widget models.