DashboardToolbarItem Properties
A toolbar item of the specified dashboard toolbar group.| Name | Description |
|---|---|
| click | Gets or sets a custom function that is invoked when a click occurs. |
| disabled | Gets or sets whether a toolbar item should be disabled. |
| icon | Gets or sets an icon of the dashboard toolbar item. |
| name | Gets or sets a unique name of the dashboard toolbar item. |
| template | Gets or sets a knockout extension template. |
| title | Gets or sets a dashboard toolbar item title. |
See Also