removeCustomEventHandler()
Home > @gooddata/sdk-ui-dashboard > IDashboardEventHandling > removeCustomEventHandler
IDashboardEventHandling.removeCustomEventHandler() method
Removes custom event handler.
Signature:
removeCustomEventHandler(handler: DashboardEventHandler): IDashboardEventHandling;
Parameters
Parameter |
Type |
Description |
---|---|---|
handler |
event handler to remove |
Returns:
self, for call chaining sakes
Remarks
In order for successful removal the entire handler object must be exactly the same as the one that was used when you added the handler.