ListBoxDashboardItemType Type
In This Article
Lists values that specify the type of the List Box dashboard item.
#Declaration
TypeScript
export type ListBoxDashboardItemType = "Checked" | "Radio"
#Members
Name | Description |
---|---|
"Checked" | Allows end-users to select multiple values in the list box. |
"Radio" | Allows end-users to select only a single value in the radio group. |
#Remarks
Values from this type alias are used to set the ListBoxItem.listBoxType property.