New to Kendo UI for Vue? Start a free 30-day trial
DrawerItemProps
Updated on Oct 31, 2025
An interface for the Drawer items.
| Name | Type | Default | Description | 
|---|---|---|---|
| disabled? | 
 | Specifies if the Drawer item is disabled. | |
| icon? | 
 | Defines the name for an existing icon in a Kendo UI for Vue theme.
The icon is rendered inside the Drawer item by a  | |
| index? | 
 | Sets the index of the DrawerItem that is used to identify it. | |
| selected? | 
 | Specifies if the Drawer item is initially selected. | |
| separator? | 
 | Specifies if this is a separator item. | |
| svgIcon? | 
 | Defines an SVGIcon to be rendered within the Drawer item. | |
| tabIndex? | 
 | Sets the  | |
| text? | 
 | Specifies the text content of the Drawer item. |