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

Method removeControl

test/modules/mapbox/mapbox-gl-mock/map.ts:90–96  ·  view source on GitHub ↗
(control)

Source from the content-addressed store, hash-verified

88 control.onAdd(this);
89 }
90 removeControl(control) {
91 const i = this._controls.indexOf(control);
92 if (i >= 0) {
93 this._controls.splice(i, 1);
94 control.onRemove(this);
95 }
96 }
97
98 loaded() {
99 return this._loaded;

Callers

nothing calls this directly

Calls 1

onRemoveMethod · 0.65

Tested by

no test coverage detected