MolView API
Preparing search index...
sketcher
Arrow
Interface Arrow<Anchor, V>
interface
Arrow
<
Anchor
=
string
,
V
=
Vec2
>
{
type
:
Arrow_Type
;
start
:
Anchor
|
V
;
end
:
Anchor
|
V
;
path
:
Path
<
V
>
;
}
Type Parameters
Anchor
=
string
V
=
Vec2
Index
Properties
type
start
end
path
Properties
type
type
:
Arrow_Type
start
start
:
Anchor
|
V
end
end
:
Anchor
|
V
path
path
:
Path
<
V
>
Settings
Theme
OS
Light
Dark
On This Page
Properties
type
start
end
path
MolView API
Loading...