Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryNodeOptions

Filter nodes.

Hierarchy

Index

Properties

Properties

Optional allow

allow: string | string[]

List of types that are valid. If empty or undefined - allow all.

Optional exclude

exclude: string | string[]

List of types that are invalid.

Optional filter

filter: <N>(entry: TNodeEntry<N>) => boolean

Query the node entry.

Type declaration

Generated using TypeDoc