MCPcopy
hub / github.com/ucbepic/docetl / BlockOp

Interface BlockOp

website/src/components/VisualizationBuilder.tsx:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42// Types for the visualization grammar
43interface BlockOp {
44 type: string;
45 label?: string;
46 width?: number; // relative unit
47 height?: number; // relative unit
48 id?: string;
49}
50
51interface StackOp {
52 type: "stack";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected