getComments

returns the view object of the Kanban comments popup

WebixView getComments();

Returns

WebixViewthe view object of the Kanban comments popup

Example

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

Related samples

Back to top