# Interface PluginWidgetProps

Props for the Plugin Widget component

# Properties

# Data

# dataSource

dataSource?: DataSource

Data source the query is run against - e.g. Sample ECommerce

If not specified, the query will use the defaultDataSource specified in the parent Sisense Context.


# filters

filters?: Filter[]

Filters that will slice query results


# highlights

highlights?: Filter[]

Filters that will highlight query results

# Chart

# dataOptions

dataOptions: GenericDataOptions

Configurations for how to interpret and present the data passed to the table

# Widget

# description

description?: string

Description of the widget


# pluginType

pluginType: string

Plugin type. This is typically the name/ID of the plugin.


# styleOptions

styleOptions?: unknown

Style options for the plugin widget.


# title

title: string

Title of the widget