SortDirection

API: Stable

enum class SortDirection {
    ascending,
    descending,
}
Properties
ascending
descending