An object describing a tag.
Syntax
Database.tags
Properties
Property | Type | Description |
---|---|---|
id | long | The tag id. |
name | string | The tag name. |
shared | bool | True if tag is shared. |
objects | collection | A collection of entities that are tagged with this tag. |
Examples
Tag entities with a tag.
Tag an entity with a tag.
Untag entities.