Skip to content

tyneq


tyneq / QueryPlanWalkerOptions

Interface: QueryPlanWalkerOptions

Defined in: src/types/queryplan.ts:111

Options for QueryPlanWalker.

Properties

PropertyTypeDescriptionDefined in
callback?(node) => voidCallback 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?QueryPlanTraversalDirectionTraversal direction. Defaults to "source-to-terminal".src/types/queryplan.ts:121