Type Alias NodeAnyCallback

NodeAnyCallback: (node: WunderbaumNode) => any

A callback that receives a node instance and returns an arbitrary value type.

Type declaration