Skip to main content
A newer version of this page is available. .

DashboardSelectionMode Type

Lists values that specify the selection mode for the Master-Filtering feature.

Declaration

export type DashboardSelectionMode = 'None' | 'Single' | 'Multiple'

Members

Name Description
"None"

The selection is disabled.

"Single"

Allows selecting a single element within the dashboard item and disallows clearing this selection.

"Multiple"

Allows selecting multiple elements within the dashboard item.

Remarks

Values in this type alias are used to set the ItemVisualInteractivityEventArgs.setSelectionMode property.