Rest
...tags: string[]primary tags to be added for object
Tag factory determines additional tags, which should be added for specific object in group.
Fetches object tags and appends it to a present
collection in fixed order: primary tags added via
TagGroup.addTags, serialized tags from object _tags
property, tags added from TagGroup.addTagFactory.
collection tor which tags applies
Appends primary tags for object; regardless of whether object is in group or not, tags will be added.
Rest
...tags: string[]primary tags to be added for object
Iterates over existing common objects added via TagGroup.addCommonObject and collects objects matched predicate to list.
Fetches objects which have all of presented tags.
Fetches object tags in fixed order: primary tags added via
TagGroup.addTags, serialized tags from object _tags
property, tags added from TagGroup.addTagFactory.
Removes object from group, so it no longer can be fetched via TagGroup.getAllWhere, etc.
Removes primary tags from object.
Rest
...tags: string[]primary tags to be removed from object
Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.
Appends object to group to use in iterator and filtering functions like TagGroup.getAllWhere, etc.