tyneq / QueryPlanWalkerOptions
Interface: QueryPlanWalkerOptions
Defined in: src/types/queryplan.ts:111
Options for QueryPlanWalker.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
callback? | (node) => void | Callback invoked by the default visitNode implementation for each node. Ignored when visitNode is overridden in a subclass without calling super.visitNode. | src/types/queryplan.ts:116 |
direction? | QueryPlanTraversalDirection | Traversal direction. Defaults to "source-to-terminal". | src/types/queryplan.ts:121 |