The control object returned by EventbusSecure.initialize.

type EventbusSecureObj = {
    destroy: Function;
    eventbusSecure: EventbusSecure;
    setEventbus: (eventbus: Eventbus | EventbusProxy, name?: string) => void;
}
Index

Properties

destroy: Function

A function which destroys the underlying Eventbus reference.

eventbusSecure: EventbusSecure

The EventbusSecure instance.

setEventbus: (eventbus: Eventbus | EventbusProxy, name?: string) => void

A function to set the underlying Eventbus reference.