ComponentSortProperty

data class ComponentSortProperty(val direction: ComponentSortDirection, val field: String)

Constructors

Link copied to clipboard
constructor(direction: ComponentSortDirection, field: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The direction of the sort, either ascending or descending.

Link copied to clipboard

The field to perform the sort on.