@fluid-internal/client-utils Package
Packages > @fluid-internal/client-utils
Classes
Class | Alerts | Description |
---|---|---|
TypedEventEmitter | Legacy , Alpha |
Event Emitter helper class the supports emitting typed events. |
Types
TypeAlias | Alerts | Description |
---|---|---|
EventEmitterEventType | Legacy , Alpha |
The event emitter polyfill and the node event emitter have different event types: string | symbol vs. string | number The polyfill is now always used, but string is the only event type preferred. |
TypedEventTransform | Legacy , Alpha |