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 a user to select a single element within the dashboard item. Selection cannot be empty. |
"Multiple" | Allows a user to switch between single or multiple selection within the dashboard item. Click the Multi-Select button to select multiple elements in a dashboard item or Clear Selection to reset selection. Selection can also be empty. |
Remarks
Values in this type alias are used to set the ItemVisualInteractivityEventArgs.setSelectionMode property.