Skip to content

Interface: ModelEdgePath

Defined in: ml/model.ts:562

A routed connector: an orthogonal polyline from one box edge to another.

Properties

from

ts
from: string;

Defined in: ml/model.ts:563


label?

ts
optional label?: string;

Defined in: ml/model.ts:565


points

ts
points: {
  x: number;
  y: number;
}[];

Defined in: ml/model.ts:566

x

ts
x: number;

y

ts
y: number;

to

ts
to: string;

Defined in: ml/model.ts:564

MIT licensed. WebGL2 required.