TemplateHeatMapSortConfiguration

data class TemplateHeatMapSortConfiguration(val heatMapColumnItemsLimitConfiguration: TemplateItemsLimitConfiguration? = null, val heatMapColumnSort: List<TemplateFieldSortOptions>? = null, val heatMapRowItemsLimitConfiguration: TemplateItemsLimitConfiguration? = null, val heatMapRowSort: List<TemplateFieldSortOptions>? = null)

Constructors

Link copied to clipboard
constructor(heatMapColumnItemsLimitConfiguration: TemplateItemsLimitConfiguration? = null, heatMapColumnSort: List<TemplateFieldSortOptions>? = null, heatMapRowItemsLimitConfiguration: TemplateItemsLimitConfiguration? = null, heatMapRowSort: List<TemplateFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The limit on the number of columns that are displayed in a heat map.

Link copied to clipboard

The column sort configuration for heat map for columns that aren't a part of a field well.

Link copied to clipboard

The limit on the number of rows that are displayed in a heat map.

Link copied to clipboard

The field sort configuration of the rows fields.