TemplateDataPathSort

data class TemplateDataPathSort(val direction: TemplateSortDirection, val sortPaths: List<TemplateDataPathValue>)

Constructors

Link copied to clipboard
constructor(direction: TemplateSortDirection, sortPaths: List<TemplateDataPathValue>)

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.