returns a collection of all tags of a Kanban board
const tags = $$("myKanban").getTags(); tags.add({ value:"New" });