Type Alias NodePropertyGetterCallback

NodePropertyGetterCallback: (node: WunderbaumNode, propName: string) => any

A callback that receives a node instance and property name returns a value.

Type declaration