Skip to content

worldwind-ui API / worldwind-kit / createEmitter

Function: createEmitter() ​

createEmitter<T>(): Emitter<T>

Defined in: kit/src/events.ts:17

Minimal synchronous emitter. Listeners added or removed during emit take effect on the next emit.

Type Parameters ​

T ​

T

Returns ​

Emitter<T>

MIT licensed. Not affiliated with NASA; WorldWind is NASA's open-source virtual globe.