TagsCollection
An iterable group of Tags contained on a Level .
Deprecated.TagsCollectionis part of the Levels API and is deprecated in favor of the Floors API. Query floors withUnitMap.floors()instead.
TagsCollection.only([keys])
Get the TagsCollection on the entity that only match the given keys.
Arguments
| Argument | Type | Default Value | Description |
|---|---|---|---|
| keys | Array | undefined | The keys to filter by |
Returns
An object containing the desired TagsCollection
TagsCollection.except([keys])
Get the TagsCollection on the entity that does not match the given keys.
Arguments
| Argument | Type | Default Value | Description |
|---|---|---|---|
| keys | Array | undefined | The keys to filter by |
Returns
An object containing the desired Tags exceptions.
TagsCollection.all()
Get all Tags on the entity.
Returns
An object containing all Tags.
Updated 4 days ago
What’s Next
