TagsCollection
An iterable group of Tags contained on a Level .
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 over 4 years ago
What’s Next