Group
A Group organizes items that share a common context (e.g., all metrics for the primary GPU).
It can also include items from different categories.
See also: Registering Items
Properties
| Property | Type | Description |
|---|---|---|
| Id | string | The unique identifier of the group. |
| Label | string | The textual label for the group. |
| Description | string? | An optional, longer textual description of the group. |
| Icon | string? | An optional icon identifier (must be registered as an Icon). |
| SubGroups | IEnumerable<Group>? | Optional sub-groups nested within the group. |