Function getParent

  • Get the parent node of a node.

    Parameters

    • node: Node

      The node to get the parent of

    Returns any

    The parent node, or null if node is the root, or undefined if the node's parent is unknown

Generated using TypeDoc