INodeWithParentNode<'T> Type

Defines an interface of a node, with has a parent node.

Instance members

Instance member Description

this.ParentNode

Full Usage: this.ParentNode

Returns: 'T
Modifiers: abstract

Gets the parent node of this node.

Returns: 'T