Type Alias NodeVisitCallback

NodeVisitCallback: (node: WunderbaumNode) => NodeVisitResponse

A callback that receives a node instance and returns an iteration modifier.

Type declaration