ComboBoxDashboardItemType Type
Lists values that specify the type of the Combo Box dashboard item.
Declaration
export type ComboBoxDashboardItemType = "Standard" | "Checked"
Members
Name | Description |
---|---|
"Standard" | Allows end-users to select only a single value. |
"Checked" | Allows end-users to select multiple values in the drop-down list. |
Remarks
Values from this type alias are used to set the ComboBoxItem.comboBoxType property.