DashboardColumnSort

data class DashboardColumnSort(val aggregationFunction: DashboardAggregationFunction? = null, val direction: DashboardSortDirection, val sortBy: DashboardColumnIdentifier)

Constructors

Link copied to clipboard
constructor(aggregationFunction: DashboardAggregationFunction? = null, direction: DashboardSortDirection, sortBy: DashboardColumnIdentifier)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The aggregation function that is defined in the column sort.

Link copied to clipboard

The sort direction.

Link copied to clipboard