Skip to content

Listener

Listener<T> = (value, instanceID?) => void

Defined in: astrobase/src/events/events.ts:15

A listener callback function that is invoked each time an event is emitted for a topic it has been subscribed to.

T

The emitted value’s type.

T

The emitted value.

string

The instance that the event occurred within.

void