Skip to main content

Event Bus methods overview

NameDescription
api.detach()Allows removing/detaching event handlers
api.exec()Allows triggering the inner events
api.intercept()Allows intercepting and preventing the inner events
api.on()Allows attaching a handler to the inner events
api.setNext()Adds a custom handler to the end of the widget's Event Bus chain