DashboardLayoutConfiguration

data class DashboardLayoutConfiguration(val freeFormLayout: DashboardFreeFormLayoutConfiguration? = null, val gridLayout: DashboardGridLayoutConfiguration? = null, val sectionBasedLayout: DashboardSectionBasedLayoutConfiguration? = null)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties