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

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

style?

{ stroke?: string; strokeWidth?: string | number; strokeDasharray?: string; strokeLinecap?: 'butt' | 'round' | 'square'; opacity?: string | number; labelColor?: string; }

(Optional) style properties for the arrow

to

Uid

id of end node