getMenu

returns the view object of a context menu with actions

object getMenu();
objectthe view object of a context menu

Example

const menu = $$("comments").getMenu();

Back to top