MCPcopy Create free account
hub / github.com/microsoft/SandDance /

Class

packages/vega-deck.gl/src/cube-layer/cube-layer.ts:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66 //dynamic superclass, since we don't know have deck.Layer in the declaration phase
67 class __CubeLayer extends base.deck.Layer<Cube> {
68
69 static layerName = 'CubeLayer';
70 static defaultProps = defaultProps;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected