DashboardListItem Properties |
The DashboardListItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | Commands |
Commands (links/buttons) to show for the list item.
|
![]() | Icon |
A path to the icon to use for the list item (optional).
Should resolve to a file on either the server or client configurator app.
|
![]() | ID |
The id of the list item. Optional.
Will appear in the html output, so the item can be referenced.
|
![]() | InnerContent |
The free content to show for the list item.
For most lists, this should be kept short.
|
![]() | StatusSummary |
The status of the list item (optional).
If specified, rendered as a StatusStub.
|
![]() | Title |
The title of the list item. Should be set.
|
![]() | TreePath |
The domain tree path this list item represents (optional).
If specified, the title will become a link that navigates
to the tree node at the path in the configurator's navigation pane.
|