Tags
A key-value pair object that defines the entity.
Deprecated.Tagsare part of the Levels API and are deprecated in favor of the Floors API. Query floors withUnitMap.floors()instead.
Tags.only([keys])
Get the Tags on the entity that only match the given keys.
Arguments
| Arguments | Type | Default Values | Description |
|---|---|---|---|
| keys | Array | undefined | The keys to filter by |
Returns
An object containing the desired Tags.
Tags.except([keys])
Get the Tags on the entity that do not match the given keys.
Arguments
| Arguments | Type | Default Value | Description |
|---|---|---|---|
| keys | Array | undefined | The keys to filter by |
Returns
An object containing the desired Tags exceptions.
Tags.all()
Get all Tags on the entity.
Returns
An object containing all Tags.
Updated 4 days ago
Whatās Next
