NumericSorterPropertyName

public enum NumericSorterPropertyName : String, PropertyNameProtocol

Undocumented

  • The expression to evaluate on items to get a number to compare with.

    Declaration

    Swift

    case expression = "expression"
  • Whether the sorter will sort smaller numbers first.

    Declaration

    Swift

    case sortOrder = "sort-order"