# Interface WidgetModel Fusion Embed

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

# Properties

# chartType

chartType?: ChartType

Widget chart type.


# dataOptions

dataOptions: WidgetDataOptions

Widget data options.


# dataSource

dataSource: DataSource

Full name of the widget data source.


# description

description: string

Widget description.


# drilldownOptions

drilldownOptions: DrilldownOptions

Widget drilldown options.


# filters

filters: Filter[]

Widget filters.


# highlights

highlights: Filter[]

Widget highlights.


# oid

readonly oid: string

Unique identifier of the widget.


# pluginType

pluginType: string

Plugin type. Only present for plugin widgets.

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


# styleOptions

styleOptions: TextWidgetStyleOptions | ChartStyleOptions & WidgetContainerStyleOptions

Widget style options.


# title

title: string

Widget title.


# widgetType

widgetType: WidgetType

Widget type.