MCPcopy Index your code
hub / github.com/microsoft/SandDance / createStage

Function createStage

packages/vega-deck.gl/src/defaults.ts:45–64  ·  view source on GitHub ↗
(view: View)

Source from the content-addressed store, hash-verified

43};
44
45export function createStage(view: View) {
46 const stage: Stage = {
47 view,
48 cubeData: [],
49 pathData: [],
50 polygonData: [],
51 axes: {
52 x: [],
53 y: [],
54 z: [],
55 },
56 gridLines: [],
57 textData: [],
58 legend: {
59 rows: {},
60 },
61 facets: [],
62 };
63 return stage;
64}
65
66export const groupStrokeWidth = 1;
67

Callers 1

presentMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected