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

Interface LinkData

js/src/GraphModel.ts:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export interface LinkData {
40 source: NodeData;
41 target: NodeData;
42 value: number;
43}
44
45export class GraphModel extends MarkModel {
46 defaults() {

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…