prorm API Reference
← Documentation
GitLab
Preparing search index...
index
EdgeModelDefinition
Interface EdgeModelDefinition
An edge model: a relationship type connecting two node labels.
interface
EdgeModelDefinition
{
label
:
string
;
from
:
string
;
to
:
string
;
properties
?:
Record
<
string
,
GraphPropertyDefinition
>
;
}
Index
Properties
label
from
to
properties?
Properties
label
label
:
string
from
from
:
string
to
to
:
string
Optional
properties
properties
?:
Record
<
string
,
GraphPropertyDefinition
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
label
from
to
properties
← Documentation
GitLab
prorm API Reference
Loading...
An edge model: a relationship type connecting two node labels.