prorm API Reference
← Documentation
GitLab
Preparing search index...
index
GraphRelationship
Interface GraphRelationship<P>
A Neo4j relationship, mapped to a plain object.
interface
GraphRelationship
<
P
=
Record
<
string
,
unknown
>
>
{
elementId
:
string
;
identity
:
number
;
type
:
string
;
startElementId
:
string
;
endElementId
:
string
;
start
:
number
;
end
:
number
;
properties
:
P
;
}
Type Parameters
P
=
Record
<
string
,
unknown
>
Index
Properties
element
Id
identity
type
start
Element
Id
end
Element
Id
start
end
properties
Properties
element
Id
elementId
:
string
identity
identity
:
number
type
type
:
string
start
Element
Id
startElementId
:
string
end
Element
Id
endElementId
:
string
start
start
:
number
end
end
:
number
properties
properties
:
P
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
element
Id
identity
type
start
Element
Id
end
Element
Id
start
end
properties
← Documentation
GitLab
prorm API Reference
Loading...
A Neo4j relationship, mapped to a plain object.