DashboardDataPathSort

data class DashboardDataPathSort(val direction: DashboardSortDirection, val sortPaths: List<DashboardDataPathValue>)

Constructors

Link copied to clipboard
constructor(direction: DashboardSortDirection, sortPaths: List<DashboardDataPathValue>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Determines the sort direction.

Link copied to clipboard

The list of data paths that need to be sorted.