Dashboard Free Form Layout Element
data class DashboardFreeFormLayoutElement(val backgroundStyle: DashboardFreeFormLayoutElementBackgroundStyle? = null, val borderStyle: DashboardFreeFormLayoutElementBorderStyle? = null, val elementId: String, val elementType: DashboardLayoutElementType, val height: String, val loadingAnimation: DashboardLoadingAnimation? = null, val renderingRules: List<DashboardSheetElementRenderingRule>? = null, val selectedBorderStyle: DashboardFreeFormLayoutElementBorderStyle? = null, val visibility: DashboardVisibility? = null, val width: String, val xAxisLocation: String, val yAxisLocation: String)
Constructors
Link copied to clipboard
fun DashboardFreeFormLayoutElement(backgroundStyle: DashboardFreeFormLayoutElementBackgroundStyle? = null, borderStyle: DashboardFreeFormLayoutElementBorderStyle? = null, elementId: String, elementType: DashboardLayoutElementType, height: String, loadingAnimation: DashboardLoadingAnimation? = null, renderingRules: List<DashboardSheetElementRenderingRule>? = null, selectedBorderStyle: DashboardFreeFormLayoutElementBorderStyle? = null, visibility: DashboardVisibility? = null, width: String, xAxisLocation: String, yAxisLocation: String)