Interface TabberButtonsWidgetProps
Props for tabbers buttons widget in a dashboard.
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?:
FilterRelations|Filter[]
Filters that will slice query results
highlights
highlights?:
Filter[]
Filters that will highlight query results
Widget
description
description?:
string
Description of the widget
title
title?:
string
Title of the widget
Callbacks
onDataPointClick
onDataPointClick?:
CustomWidgetDataPointEventHandler<AbstractDataPointWithEntries>
Click handler callback for a data point
onDataPointContextMenu
onDataPointContextMenu?:
CustomWidgetDataPointContextMenuHandler<AbstractDataPointWithEntries>
Context menu handler callback for a data point
onDataPointsSelected
onDataPointsSelected?:
CustomWidgetDataPointsEventHandler<AbstractDataPointWithEntries>
Handler callback for selection of multiple data points
Other
customOptions
customOptions:
TabberButtonsWidgetCustomOptions
Configuration for tabs including names and active tab index
customWidgetType
customWidgetType:
"tabber-buttons"
Custom widget type identifier, always 'tabber-buttons' for tabber widget
dataOptions
dataOptions:
Record<string,never>
Data options configuration (empty object for tabber widget as it doesn't require data)
id
id:
string
Unique identifier for the widget
styleOptions
styleOptions?:
TabberButtonsWidgetStyleOptions
Style configuration options for the tabber buttons widget
widgetType
widgetType:
"custom"
Widget type identifier, always 'custom' for tabber widget