DashboardTreeMapSortConfiguration

data class DashboardTreeMapSortConfiguration(val treeMapGroupItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, val treeMapSort: List<DashboardFieldSortOptions>? = null)

Constructors

Link copied to clipboard
fun DashboardTreeMapSortConfiguration(treeMapGroupItemsLimitConfiguration: DashboardItemsLimitConfiguration? = null, treeMapSort: List<DashboardFieldSortOptions>? = null)

Types

Link copied to clipboard
object Companion

Properties