StructToSorted

Converts a struct to a sorted struct - using either a callback comparator or textual directives as the sort option

Method Signature

StructToSorted(struct=[structloose], sortType=[any], sortOrder=[string], localeSensitive=[any], callback=[function])

Arguments

ArgumentTypeRequiredDescriptionDefault

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

false

An optional callback to use as the sorting function

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC