Type Alias NodeSelectCallback

NodeSelectCallback: (node: WunderbaumNode) => boolean | void

A callback that receives a node instance and may returnsa false to prevent (de)selection.

Type declaration