DashboardFreeFormLayoutElementArgs

data class DashboardFreeFormLayoutElementArgs(val backgroundStyle: Output<DashboardFreeFormLayoutElementBackgroundStyleArgs>? = null, val borderStyle: Output<DashboardFreeFormLayoutElementBorderStyleArgs>? = null, val elementId: Output<String>, val elementType: Output<DashboardLayoutElementType>, val height: Output<String>, val loadingAnimation: Output<DashboardLoadingAnimationArgs>? = null, val renderingRules: Output<List<DashboardSheetElementRenderingRuleArgs>>? = null, val selectedBorderStyle: Output<DashboardFreeFormLayoutElementBorderStyleArgs>? = null, val visibility: Output<DashboardVisibility>? = null, val width: Output<String>, val xAxisLocation: Output<String>, val yAxisLocation: Output<String>) : ConvertibleToJava<DashboardFreeFormLayoutElementArgs>

Constructors

Link copied to clipboard
fun DashboardFreeFormLayoutElementArgs(backgroundStyle: Output<DashboardFreeFormLayoutElementBackgroundStyleArgs>? = null, borderStyle: Output<DashboardFreeFormLayoutElementBorderStyleArgs>? = null, elementId: Output<String>, elementType: Output<DashboardLayoutElementType>, height: Output<String>, loadingAnimation: Output<DashboardLoadingAnimationArgs>? = null, renderingRules: Output<List<DashboardSheetElementRenderingRuleArgs>>? = null, selectedBorderStyle: Output<DashboardFreeFormLayoutElementBorderStyleArgs>? = null, visibility: Output<DashboardVisibility>? = null, width: Output<String>, xAxisLocation: Output<String>, yAxisLocation: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): DashboardFreeFormLayoutElementArgs

Properties

Link copied to clipboard
Link copied to clipboard
val elementId: Output<String>
Link copied to clipboard
Link copied to clipboard
val height: Output<String>

String based length that is composed of value and unit in px

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val visibility: Output<DashboardVisibility>? = null
Link copied to clipboard
val width: Output<String>

String based length that is composed of value and unit in px

Link copied to clipboard
val xAxisLocation: Output<String>

String based length that is composed of value and unit in px

Link copied to clipboard
val yAxisLocation: Output<String>

String based length that is composed of value and unit in px with Integer.MAX_VALUE as maximum value