Logo
Variables

NodeRelationship

NodeRelationship: object

Defined in: packages/cloud/src/client/types.gen.ts:4638

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.

Type declaration

1

readonly 1: "1" = "1"

2

readonly 2: "2" = "2"

3

readonly 3: "3" = "3"

4

readonly 4: "4" = "4"

5

readonly 5: "5" = "5"