StructToSorted
Last updated
Last updated
Converts a struct to a sorted struct - using either a callback comparator or textual directives as the sort option
Argument | Type | Required | Description | Default |
---|---|---|---|---|
struct
struct
true
The struct to sort
sortType
any
false
An optional sort type to apply to that type - if a callback is given in this position it will be used as that argument
text
sortOrder
string
false
The sort order applicable to the sortType argument
asc
localeSensitive
any
false
false
callback
function:Comparator
false
An optional callback to use as the sorting function. You can alternatively pass a Java Comparator.