Dashboard Layout Configuration
data class DashboardLayoutConfiguration(val freeFormLayout: DashboardFreeFormLayoutConfiguration? = null, val gridLayout: DashboardGridLayoutConfiguration? = null, val sectionBasedLayout: DashboardSectionBasedLayoutConfiguration? = null)
Constructors
Link copied to clipboard
fun DashboardLayoutConfiguration(freeFormLayout: DashboardFreeFormLayoutConfiguration? = null, gridLayout: DashboardGridLayoutConfiguration? = null, sectionBasedLayout: DashboardSectionBasedLayoutConfiguration? = null)