getNodeFor abstract method

TreeViewNode<T>? getNodeFor(
  1. T content
)

Retrieves the TreeViewNode containing the associated content, if it exists.

If no node exists, this will return null. This does not reflect whether or not a node isActive, or if it is visible in the viewport.

Implementation

TreeViewNode<T>? getNodeFor(T content);