MenuItemModel

Defines properties used to build a menu item.

Properties

iconCss String

Specifies the CSS classes to be included with the icon or image.

Default: null

id String

Specifies the id of the menu item.

Default: ""

items MenuItemModel

Specifies a collection of the sub menu items.

Default: [SlideDown]

separator Boolean

Specifies whether the menu items will be displayed as a separator, a horizontal or vertical line used to group menu items.

Default: ""

text String

Specifies the text for the menu item.

Default: ""

url String

Specifies the url for the menu item that will create an anchor tab to navigate to the provided url.

Default: ""