Class Neighbors

Neighbors contains information about a node's connections to other nodes.

See

DirectionNode

Hierarchy

  • Neighbors

Constructors

Properties

_neighbors: Neighbor[]
_node: DirectionNode<any>
_parentNeighbor: Neighbor

Methods

  • Returns whether this DirectionNode has any non-parent neighbors in any direction.

    Returns

    true if this DirectionNode has any child neighbors in any direction.

    See

    hasChildAt

    Returns boolean

Generated using TypeDoc