Sorting

enum Sorting : Enum<Sorting>

Representation of the different sorting status.

Entries

DISABLED
Link copied to clipboard
js
NONE
Link copied to clipboard
js
ASC
Link copied to clipboard
js
ASC()
DESC
Link copied to clipboard
js

Types

Companion
Link copied to clipboard
js
object Companion

Functions

compareTo
Link copied to clipboard
js
operator override fun compareTo(other: Sorting): Int
equals
Link copied to clipboard
js
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
override fun hashCode(): Int
toString
Link copied to clipboard
js
open override fun toString(): String

Properties

name
Link copied to clipboard
js
val name: String
ordinal
Link copied to clipboard
js
val ordinal: Int