AnalysisFreeFormLayoutElementArgs

data class AnalysisFreeFormLayoutElementArgs(val backgroundStyle: Output<AnalysisFreeFormLayoutElementBackgroundStyleArgs>? = null, val borderStyle: Output<AnalysisFreeFormLayoutElementBorderStyleArgs>? = null, val elementId: Output<String>, val elementType: Output<AnalysisLayoutElementType>, val height: Output<String>, val loadingAnimation: Output<AnalysisLoadingAnimationArgs>? = null, val renderingRules: Output<List<AnalysisSheetElementRenderingRuleArgs>>? = null, val selectedBorderStyle: Output<AnalysisFreeFormLayoutElementBorderStyleArgs>? = null, val visibility: Output<AnalysisVisibility>? = null, val width: Output<String>, val xAxisLocation: Output<String>, val yAxisLocation: Output<String>) : ConvertibleToJava<AnalysisFreeFormLayoutElementArgs>

Constructors

Link copied to clipboard
fun AnalysisFreeFormLayoutElementArgs(backgroundStyle: Output<AnalysisFreeFormLayoutElementBackgroundStyleArgs>? = null, borderStyle: Output<AnalysisFreeFormLayoutElementBorderStyleArgs>? = null, elementId: Output<String>, elementType: Output<AnalysisLayoutElementType>, height: Output<String>, loadingAnimation: Output<AnalysisLoadingAnimationArgs>? = null, renderingRules: Output<List<AnalysisSheetElementRenderingRuleArgs>>? = null, selectedBorderStyle: Output<AnalysisFreeFormLayoutElementBorderStyleArgs>? = null, visibility: Output<AnalysisVisibility>? = null, width: Output<String>, xAxisLocation: Output<String>, yAxisLocation: Output<String>)

Functions

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

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<AnalysisVisibility>? = 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