TemplateFreeFormLayoutElementArgs

data class TemplateFreeFormLayoutElementArgs(val backgroundStyle: Output<TemplateFreeFormLayoutElementBackgroundStyleArgs>? = null, val borderStyle: Output<TemplateFreeFormLayoutElementBorderStyleArgs>? = null, val elementId: Output<String>, val elementType: Output<TemplateLayoutElementType>, val height: Output<String>, val loadingAnimation: Output<TemplateLoadingAnimationArgs>? = null, val renderingRules: Output<List<TemplateSheetElementRenderingRuleArgs>>? = null, val selectedBorderStyle: Output<TemplateFreeFormLayoutElementBorderStyleArgs>? = null, val visibility: Output<TemplateVisibility>? = null, val width: Output<String>, val xAxisLocation: Output<String>, val yAxisLocation: Output<String>) : ConvertibleToJava<TemplateFreeFormLayoutElementArgs>

Constructors

Link copied to clipboard
constructor(backgroundStyle: Output<TemplateFreeFormLayoutElementBackgroundStyleArgs>? = null, borderStyle: Output<TemplateFreeFormLayoutElementBorderStyleArgs>? = null, elementId: Output<String>, elementType: Output<TemplateLayoutElementType>, height: Output<String>, loadingAnimation: Output<TemplateLoadingAnimationArgs>? = null, renderingRules: Output<List<TemplateSheetElementRenderingRuleArgs>>? = null, selectedBorderStyle: Output<TemplateFreeFormLayoutElementBorderStyleArgs>? = null, visibility: Output<TemplateVisibility>? = null, width: Output<String>, xAxisLocation: Output<String>, yAxisLocation: Output<String>)

Properties

Link copied to clipboard

The background style configuration of a free-form layout element.

Link copied to clipboard

The border style configuration of a free-form layout element.

Link copied to clipboard
val elementId: Output<String>

A unique identifier for an element within a free-form layout.

Link copied to clipboard

The type of element.

Link copied to clipboard
val height: Output<String>

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

Link copied to clipboard

The loading animation configuration of a free-form layout element.

Link copied to clipboard

The rendering rules that determine when an element should be displayed within a free-form layout.

Link copied to clipboard

The border style configuration of a free-form layout element. This border style is used when the element is selected.

Link copied to clipboard
val visibility: Output<TemplateVisibility>? = null

The visibility of an element within a free-form layout.

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

Functions

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