Preparing search index...
The search index is not available
Reactive APIs
Reactive APIs
@conterra/reactivity-events
EventEmitter
Interface EventEmitter<T>
An event emitter that supports publishing and subscribing to events of a certain type.
See
emitter
for creating an event channel.
emit
for emitting events.
EventSource
for the read-only version of this interface.
Type Parameters
T
Hierarchy (
View Summary
)
EventSource
<
T
>
EventEmitter
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Reactive APIs
Loading...
An event emitter that supports publishing and subscribing to events of a certain type.
See