Represents a node in the PST file structure.

Hierarchy

  • PUNode

Properties

nodeId: number

The unique identifier for the node.

Methods

  • Gets the parent node of this node.

    Returns Promise<undefined | PUNode>

  • Gets the sibling node of this node.

    Parameters

    • nidType: number

      The node ID type to match.

    Returns Promise<undefined | PUNode>

Generated using TypeDoc