Template Free Form Layout Element
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
fun TemplateFreeFormLayoutElement(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)