Type Alias NodeToDictCallback

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

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

Type declaration