Dashboard Heat Map Sort Configuration
data class DashboardHeatMapSortConfiguration(val heatMapColumnItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, val heatMapColumnSort: List<DashboardFieldSortOptions>? = null, val heatMapRowItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, val heatMapRowSort: List<DashboardFieldSortOptions>? = null)
Constructors
Link copied to clipboard
constructor(heatMapColumnItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, heatMapColumnSort: List<DashboardFieldSortOptions>? = null, heatMapRowItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, heatMapRowSort: List<DashboardFieldSortOptions>? = null)
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.