TemplateFreeFormLayoutElement

data class TemplateFreeFormLayoutElement(val backgroundStyle: TemplateFreeFormLayoutElementBackgroundStyle? = null, val borderStyle: TemplateFreeFormLayoutElementBorderStyle? = null, val elementId: String, val elementType: TemplateLayoutElementType, val height: String, val loadingAnimation: TemplateLoadingAnimation? = null, val renderingRules: List<TemplateSheetElementRenderingRule>? = null, val selectedBorderStyle: TemplateFreeFormLayoutElementBorderStyle? = null, val visibility: TemplateVisibility? = null, val width: String, val xAxisLocation: String, val yAxisLocation: String)

Constructors

Link copied to clipboard
constructor(backgroundStyle: TemplateFreeFormLayoutElementBackgroundStyle? = null, borderStyle: TemplateFreeFormLayoutElementBorderStyle? = null, elementId: String, elementType: TemplateLayoutElementType, height: String, loadingAnimation: TemplateLoadingAnimation? = null, renderingRules: List<TemplateSheetElementRenderingRule>? = null, selectedBorderStyle: TemplateFreeFormLayoutElementBorderStyle? = null, visibility: TemplateVisibility? = null, width: String, xAxisLocation: String, yAxisLocation: String)

Types

Link copied to clipboard
object Companion

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

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

Link copied to clipboard

The type of element.

Link copied to clipboard

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

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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