Function filterNodeEntries
- filterNodeEntries<TGraph>(graph, filter): NodeEntry<InferGraphNode<TGraph>>[]
Type Parameters
TGraph extends default<Attributes, Attributes, Attributes>
Returns NodeEntry<InferGraphNode<TGraph>>[]
- The filtered node entries.
Filters the node entries of a graph based on the provided filter function.