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

Method draw

test/modules/mapbox/mapbox-overlay.spec.ts:35–41  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

33
34class TestScatterplotLayer extends ScatterplotLayer {
35 draw(params) {
36 super.draw(params);
37 this.props.onAfterRedraw({
38 viewport: this.context.viewport,
39 layer: this
40 });
41 }
42}
43TestScatterplotLayer.layerName = 'TestScatterplotLayer';
44

Callers

nothing calls this directly

Calls 1

drawMethod · 0.65

Tested by

no test coverage detected