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

Interface NodeShapeAttrs

js/src/GraphModel.ts:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18import * as serialize from './serialize';
19
20export interface NodeShapeAttrs {
21 r?: number;
22 width?: number;
23 height?: number;
24 rx?: number;
25 ry?: number;
26}
27
28export interface NodeData extends d3.SimulationNodeDatum {
29 label: string;

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…