Type alias NodeSelectCallback

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

A callback that receives a node instance and returns a string value.

Type declaration

    • (node): boolean | void
    • Parameters

      Returns boolean | void