Type aliases
NodeRelationship
NodeRelationship =
"1"
|"2"
|"3"
|"4"
|"5"
Defined in: packages/cloud/src/client/types.gen.ts:3714
Node relationships used in BaseNode
class.
Attributes: SOURCE: The node is the source document. PREVIOUS: The node is the previous node in the document. NEXT: The node is the next node in the document. PARENT: The node is the parent node in the document. CHILD: The node is a child node in the document.