Dashboard Free Form Layout Configuration
data class DashboardFreeFormLayoutConfiguration(val canvasSizeOptions: DashboardFreeFormLayoutCanvasSizeOptions? = null, val elements: List<DashboardFreeFormLayoutElement>)
Constructors
Link copied to clipboard
constructor(canvasSizeOptions: DashboardFreeFormLayoutCanvasSizeOptions? = null, elements: List<DashboardFreeFormLayoutElement>)