getKanban

returns the master Kanban view for the specified kanbanlist or other Kanban component

object getKanban();
objectthe master Kanban view for the specified kanbanlist

Example

var master = $$("list1").getKanban();

Back to top