Type alias NodeToDictCallback

NodeToDictCallback: ((dict, node) => NodeVisitResponse)

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

Type declaration