prorm API Reference
← Documentation
GitLab
Preparing search index...
index
NeptuneEdge
Interface NeptuneEdge<P>
A normalized edge;
outV
/
inV
are the endpoint vertex IDs (the edge's tail/head).
interface
NeptuneEdge
<
P
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
,
>
{
id
:
NeptuneId
;
label
:
string
;
outV
:
NeptuneId
;
inV
:
NeptuneId
;
properties
:
P
;
}
Type Parameters
P
extends
Record
<
string
,
unknown
>
=
Record
<
string
,
unknown
>
Index
Properties
id
label
out
V
in
V
properties
Properties
id
id
:
NeptuneId
label
label
:
string
out
V
outV
:
NeptuneId
in
V
inV
:
NeptuneId
properties
properties
:
P
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
label
out
V
in
V
properties
← Documentation
GitLab
prorm API Reference
Loading...
A normalized edge;
outV/inVare the endpoint vertex IDs (the edge's tail/head).