DashboardFieldSort

data class DashboardFieldSort(val direction: DashboardSortDirection, val fieldId: String)

Constructors

Link copied to clipboard
constructor(direction: DashboardSortDirection, fieldId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The sort direction. Choose one of the following options:

Link copied to clipboard

The sort configuration target field.