DrawerItem
An interface for the Drawer items.
Name | Type | Default | Description |
---|---|---|---|
cssClass? |
|
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? |
|
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? |
|
Specifies if the Drawer item is disabled. | |
icon? |
|
Defines the name for an existing icon in a Kendo UI theme.
The icon is rendered inside the Drawer item by the NOTE: The icon input will no longer require the | |
iconClass? |
|
Defines a CSS class — or multiple classes separated by spaces — which are applied to a span element inside the Drawer item. Allows the usage of custom icons. | |
id? |
|
Specifies the id of the Drawer item. | |
parentId? |
|
Specifies the parentId of the Drawer item. | |
selected? |
|
Specifies if the Drawer item is initially selected. | |
separator? |
|
Specifies if this is a separator item.
If set to | |
svgIcon? |
|
Defines an SVG icon to be rendered inside the Drawer Item. The input can take either an existing Kendo SVG icon or a custom one. | |
text? |
|
Specifies the text content of the Drawer item. |