type - blish-hud/Pathing GitHub Wiki
| Applies To | Blish HUD | TacO | |
|---|---|---|---|
| Markers, Trails | ✔ | ✔ |
Indicates which category a marker or trail belongs to. The type represents the tree of category name attributes delimited by periods. All markers and trails should have a type.
| Attribute | Data Type | Example | Description |
|---|---|---|---|
| type | category | type="mypack.adventures.tickletrahearne" |
The category that the marker or trail belongs to. |
The above category example mypack.adventures.tickletrahearne represents the same MarkerCategory structure shown below. The actual category that owns it is highlighted.
<MarkerCategory name="mypack" displayname="My Marker Pack!">
<MarkerCategory name="adventures">
<MarkerCategory name="tickletrahearne" displayname="Tickle Trahearne" />
</MarkerCategory>
</MarkerCategory>