openMenu
fires on expanding a menu control
openMenu: (id: Id) => void;
Parameters:
id: string | number
- the ID of an opened menu item
Example
sidebar.events.on("openMenu", function(id){
// your code here
});
Related sample: Sidebar. Events
fires on expanding a menu control
id: string | number
- the ID of an opened menu itemExample
sidebar.events.on("openMenu", function(id){
// your code here
});
Related sample: Sidebar. Events