A space separated list of event names.
Optional
handler: EventHandler[optional] A reference to the handler function to remove.
A space separated list of event names.
The handler function that is called when one of the specified events occurs.
Bind to events that are emitted by the layout, and trigger the handler only once.
A space separated list of event names.
The handler function that is called when one of the specified events occurs.
Get a promise that is resolved with the first of any of the specified events triggered on the layout. http://js.cytoscape.org/#layout.promiseOn
Remove all event handlers on the layout. https://js.cytoscape.org/#layout.removeAllListeners
Optional
handler: EventHandlerTrigger one or more events on the layout. http://js.cytoscape.org/#layout.trigger
A space separated list of event names to trigger.
Optional
extraParams: any[][optional] An array of additional parameters to pass to the handler.
Optional
handler: EventHandlerOptional
handler: EventHandler
Remove event handlers on the layout. http://js.cytoscape.org/#layout.off