MenuItem
An interface for the Menu items.
Name | Type | Default | Description |
---|---|---|---|
contentTemplate? |
|
Specifies a template for the item content. | |
cssClass? |
|
The CSS classes that will be rendered on the item element (see example).
Supports the type of values that are supported by | |
cssStyle? |
|
The CSS styles that will be rendered on the item element (see example).
Supports the type of values that are supported by | |
data? |
|
Represents the additional data that is associated with the Menu item. | |
disabled? |
|
Specifies if the item is disabled (see example). | |
icon? |
|
Specifies the name of the font icon that will be rendered for the item (see example). | |
items? |
|
Specifies the children of the item (see example). | |
separator? |
|
Specifies if this is a separator item.
If set to true only the | |
svgIcon? |
|
Defines an | |
template? |
|
Specifies a template for the item. | |
text? |
|
Specifies the item text (see example). | |
url? |
|
Specifies a URL which is rendered as a |