afterExpand
fires after expanding a Layout cell
afterExpand: (id: string) => void;
Parameters:
id: string
- the id of a cell
Example
layout.events.on("afterExpand", function(id){
// your logic here
});
Related sample: Layout. Events
Change log:
added in v6.4