DrawerItemProps
An interface for the Drawer items.
Name | Type | Default | Description |
---|---|---|---|
children? |
|
Represents the children that are passed to the DrawerItem. Example: jsx
| |
className? |
|
Specifies a list of CSS classes that will be added to the DrawerItem element. | |
disabled? |
|
Specifies if the Drawer item is disabled. Example: jsx
| |
icon? |
|
Defines the name for an existing icon in a KendoReact theme. Example: jsx
| |
index? |
|
Sets the index of the DrawerItem that is used to identify it. Example: jsx
| |
level? |
|
This property is used in scenarios with hierarchical drawer. The rendering of the component requires each node to have a " Example: jsx
| |
selected? |
|
Specifies if the Drawer item is initially selected. Example: jsx
| |
separator? |
|
Specifies if this is a separator item. Example: jsx
| |
style? |
|
Sets additional CSS styles to the Drawer item. | |
svgIcon? |
|
Defines the SVG icon of the item. Example: jsx
| |
tabIndex? |
|
Sets the Example: jsx
| |
text? |
|
Specifies the text content of the Drawer item. Example: jsx
|