Skip to main content

SortRuleValueArray

Struct for an array of sort rules.

NameDescriptionType
valuesSort rules. The first rule has the highest presedence meaning that it is the primary sort rule.SortRule[]

Example

{
"values": [] /* Array of SortRule */
}