Interface LinkedNode

Used internally to represent a linked node

Hierarchy

  • LinkedNode

Properties

Properties

id: string

The node.id of the linked node

loaded: boolean

When loaded, this value is true, otherwise, it is false.

node?: Node

Once loaded, the linked node is stored here

version: number

The version number of the linked node

Generated using TypeDoc