DashboardMenuItem Properties
A dashboard menu item.| Name | Description |
|---|---|
| click | Gets or sets a custom function that is invoked when a click occurs. |
| data | Gets or sets data that is used by a menu item. |
| disabled | Gets whether a dashboard menu item is disabled. |
| hasSeparator | Gets or sets whether a dashboard menu item has a separator. |
| hotKey | Gets or sets a code of the key used in the keyboard shortcut. This shortcut allows you to invoke the current menu item. |
| id | Gets or sets a unique identifier of a dashboard menu item. |
| index | Gets or sets a position of the dashboard menu item within the dashboard menu. |
| selected | Gets or sets whether the dashboard menu item is selected. |
| template | Gets or sets a knockout template for the extension. |
| title | Gets or sets a dashboard menu item title. |
See Also