Interface TypeAndHandler

The type of the object that is passed to the event bus functions (e.g. "on") when registering a handler.

interface TypeAndHandler {
    handler: EventBusHandler;
    type: BusEventType;
}

Properties

Properties

The handler for events of this type.

The type of event this handler is for.

MMNEPVFCICPMFPCPTTAAATR