Logo
Variables

NodeRelationship

NodeRelationship: object

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.

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"

On this page