Skip to content

SortDescending

[Source]

Sort in descending order (newest first for time-based sorts, most first for comment count).

primitive val SortDescending

Constructors

create

[Source]

new val create()
: SortDescending val^

Returns


Public Functions

query_value

[Source]

Returns the query parameter value for this sort direction.

fun box query_value()
: String val

Returns


eq

[Source]

fun box eq(
  that: SortDescending val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: SortDescending val)
: Bool val

Parameters

Returns