DrawerItemProps
Interface
An interface for the Drawer items.
Definition
Package:@progress/kendo-vue-layout
Properties
disabled?
boolean
Specifies if the Drawer item is disabled.
icon?
string
Defines the name for an existing icon in a Kendo UI for Vue theme.
The icon is rendered inside the Drawer item by a span.k-icon element.
index?
number
Sets the index of the DrawerItem that is used to identify it.
selected?
boolean
Specifies if the Drawer item is initially selected.
separator?
boolean
Specifies if this is a separator item.
svgIcon?
SVGIcon
Defines an SVGIcon to be rendered within the Drawer item.
tabIndex?
number
Sets the tabIndex property of the DrawerItem.
Defaults to 0.
text?
string
Specifies the text content of the Drawer item.