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

Interface WidgetModel Fusion Embed

Model of Sisense widget defined in the abstractions of Compose SDK.

Properties

chartType

chartType?: ChartType

Widget chart type.


customOptions

customOptions?: Record< string, any >

Custom widget options. Only present for custom widgets.

Contains widget-specific configuration that doesn't fit into standard style or data options.


customWidgetType

customWidgetType: string

Custom widget type. Only present for custom widgets.

If this is a custom widget, this is typically the name/ID of the custom widget.


dataOptions

dataOptions: WidgetDataOptions

Widget data options.


dataSource

dataSource: DataSource

Full name of the widget data source.


description

description: string

Widget description.


drilldownOptions

drilldownOptions: DrilldownOptions | PivotTableDrilldownOptions

Widget drilldown options.


filters

filters: Filter[]

Widget filters.


highlights

highlights: Filter[]

Widget highlights.


oid

readonly oid: string

Unique identifier of the widget.


styleOptions

styleOptions: WidgetStyleOptions

Widget style options.


title

title: string

Widget title.


widgetType

widgetType: WidgetType

Widget type.

Last Updated: