メインコンテンツまでスキップ

mind-elixir.arrow

Home > mind-elixir > Arrow

Arrow interface

Signature:

export interface Arrow 

Properties

Property

Modifiers

Type

Description

bidirectional?

boolean

(Optional) whether the arrow is bidirectional

delta1

{ x: number; y: number; }

offset of control point from start point

delta2

{ x: number; y: number; }

offset of control point from end point

from

Uid

id of start node

id

string

label

string

label of arrow

to

Uid

id of end node