DrawerItem
Defines an interface for the Drawer items.
Definition
Package:@progress/kendo-angular-layout
Properties
cssClass?
any
Defines the CSS classes that render on the item element of the Drawer.
Supports the type of values that ngClass supports.
cssStyle?
any
Defines the CSS styles that render on the item element of the Drawer.
Supports the type of values that ngStyle supports.
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 renders inside the Drawer item by the kendo-icon element.
iconClass?
string
Defines a CSS class or multiple classes separated by spaces.
You can apply these classes to a span element inside the Drawer item to use custom icons.
id?
string | number
Specifies the id of the Drawer item.
parentId?
string | number
Specifies the parentId of the Drawer item.
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 render.
svgIcon?
SVGIcon
Defines an SVG icon to render inside the Drawer Item. You can use either an existing Kendo SVG icon or a custom one.
text?
string
Specifies the text content of the Drawer item.