QueryOrder

enum QueryOrder

Defines collection query direction (forward or backwards item listing).

Entries

Link copied to clipboard

Sort query results in ascending order.

Link copied to clipboard

Sort query results in descending order.

Functions

Link copied to clipboard
open fun valueOf(name: String): SyncList.QueryOrder
Link copied to clipboard
open fun values(): Array<SyncList.QueryOrder>