Plite node types, traversal helpers, and matching.
NodeApi contains pure node-tree helpers. Editor-owned traversal and location resolution live under editor.read.nodes.
NodeApi
editor.read.nodes
NodeApi.matches(node, match, path?) runs a predicate against a node and its path.
NodeApi.matches(node, match, path?)
See the canonical Node reference.