SortListModelPropertyName
public enum SortListModelPropertyName : String, PropertyNameProtocol
Undocumented
-
If the model should sort items incrementally.
Declaration
Swift
case incremental = "incremental"
-
The model being sorted.
Declaration
Swift
case model = "model"
-
Estimate of unsorted items remaining.
Declaration
Swift
case pending = "pending"
-
The sorter for this model.
Declaration
Swift
case sorter = "sorter"