Creates a sort-configuration that defines how to order the items scoped.
A SortConfiguration object that describes the wanted behavior
Defines whether or not to enable sort for this category-level. Default: false
A list of SortPartConfigurations. Default: Empty list.
Generated using TypeDoc
Defines how sorting is to be applied. First handles the static strings, then applies the SortPartConfigurations until there are no items left. Note: If there are additional items left when done above then these will be added at the bottom in the original sorting order.