Type Alias SortKeyCallback

SortKeyCallback: (node: WunderbaumNode) => string | number | any[]

Passed to sort() methods. Should return a representation that can be compared using <.

Type declaration