MCPcopy
hub / github.com/visgl/deck.gl / on

Method on

modules/mapbox/src/types.ts:15–15  ·  view source on GitHub ↗
(type: string, listener: Listener)

Source from the content-addressed store, hash-verified

13
14export interface Evented {
15 on(type: string, listener: Listener);
16
17 off(type: string, listener?: Listener);
18

Callers 15

loadStationsFunction · 0.65
loadWeatherDataFunction · 0.65
disposeMethod · 0.65
_onAddOverlaidMethod · 0.65
_onAddInterleavedMethod · 0.65
getDeckInstanceFunction · 0.65
watchMapMoveFunction · 0.65
renderMethod · 0.65
toggleEventsFunction · 0.65
_setDeviceMethod · 0.65
attachFunction · 0.65

Implementers 1

Eventedtest/modules/mapbox/mapbox-gl-mock/eve

Calls

no outgoing calls

Tested by

no test coverage detected