mind-elixir.arrow
Home > mind-elixir > Arrow
Arrow interface
Signature:
export interface Arrow
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean |
(Optional) whether the arrow is bidirectional | ||
|
{ x: number; y: number; } |
offset of control point from start point | ||
|
{ x: number; y: number; } |
offset of control point from end point | ||
|
Uid |
id of start node | ||
|
string | |||
|
string |
label of arrow | ||
|
ArrowStyle |
(Optional) style properties for the arrow | ||
|
Uid |
id of end node |