tag
The eagle.tag API allows easy access to the tags in the current application.
Methods
get()
Retrieves all tags.
Returns
Promise<tags: Object[]>
- the query result for tags.
getRecents()
Retrieves the most recently used tags.
Returns
Promise<tags: Object[]>
- the query result for tags.
Last updated