DrawerItem
An interface for the Drawer items.
cssClass?
any
The CSS classes that will be rendered on the item element of the Drawer. Supports the type of values that are supported by ngClass.
cssStyle?
any
The CSS styles that will be rendered on the item element of the Drawer. Supports the type of values that are supported by ngStyle.
disabled?
boolean
Specifies if the Drawer item is disabled.
icon?
string
Defines the name for an existing icon in a Kendo UI theme.
The icon is rendered inside the Drawer item by a span.k-icon
element.
selected?
boolean
Specifies if the Drawer item is initially selected.
separator?
boolean
Specifies if this is a separator item.
If set to true
, only the cssClass
and cssStyle
fields will be rendered.
text?
string
Specifies the text content of the Drawer item.