2.1.1 Tags object
Represents the collection of tags for a drill in the context of the editor. This includes both drill tags and entry tags.
Fields
Field | Type | Description |
---|---|---|
drillTags optional |
List of 2.1.1 Tag objects | The tags pertaining to the drill as a whole. Tags are sorted lexicographically by value. |
entryTags optional |
List of 2.1.1 EntryTags objects | The list of tags pertaining to the drill's entries. Entry tags are sorted by entry ID, and lexicographically by value. |
Last updated on