flywave-mapview.dispatcherevent
Home > @flywave/flywave-mapview > DispatcherEvent
DispatcherEvent interface
JavaScript events for custom objects. Stores all listeners to allow removing all listeners for housekeeping.
Will be replaced by THREE.EventDispatcher once https://github.com/mrdoob/three.js/pull/19844 is released.
Signature:
export interface DispatcherEvent extends Partial<THREE.Event & Record<string, any>>
Extends: Partial<THREE.Event & Record<string, any>>