getTags

возвращает коллекцию с тегами Kanban

DataCollection getTags();
DataCollectionколлекция с тегами

Example

const tags = $$("myKanban").getTags();
tags.add({ value:"New" });

Related samples

See also
  • API
  • Наверх