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

# 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

# title

title?: string

Title of the widget

# 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)


# description

description?: string

Description text displayed in the widget


# 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