Preparing search index...
The search index is not available
wunderbaum - v0.14.1
wunderbaum
types
SortCallback
Type Alias SortCallback
SortCallback
:
(
a
:
WunderbaumNode
,
b
:
WunderbaumNode
)
=>
number
Passed to
sort()
methods. Should return -1, 0, or 1.
Type declaration
(
a
:
WunderbaumNode
,
b
:
WunderbaumNode
)
:
number
Parameters
a
:
WunderbaumNode
b
:
WunderbaumNode
Returns
number
Deprecated
Use SortKeyCallback instead
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
wunderbaum - v0.14.1
Loading...
Passed to
sort()methods. Should return -1, 0, or 1.