getComments

returns the view object of the Kanban comments popup

object getComments();
objectthe view object of the Kanban comments popup

Example

var comments = $$("board").getComments();

Related samples

Back to top