Type alias FindNodeCriteria<T>

FindNodeCriteria<T>: { metadataObject?: MetadataObject; nodeName?: string; tagName?: string; type?: DerivedNodeType<T> }

Criteria object for find node functions findChildNodes and findParentNode.
All given properties must match for the criteria to pass.

Param

has to match exactly

Param

uses algorithm of Tags.MatchesQuery, in most cases this is just an exact string match check

Param

has to be an object, filter passes if all property values of the given input object match the checked node

Param

nodes type has to match (e.g. Mesh)

Type Parameters

  • T extends Node

Type declaration

Generated using TypeDoc