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