MCPcopy Index your code
hub / github.com/bqplot/bqplot / NodeData

Interface NodeData

js/src/GraphModel.ts:28–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28export interface NodeData extends d3.SimulationNodeDatum {
29 label: string;
30 label_display: 'center' | 'outside' | 'none';
31 shape: 'circle' | 'rect' | 'ellipse';
32 shape_attrs: NodeShapeAttrs;
33 value?: number;
34 xval: number;
35 yval: number;
36 color: number;
37}
38
39export interface LinkData {
40 source: NodeData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…