Analysis Free Form Layout Element
data class AnalysisFreeFormLayoutElement(val backgroundStyle: AnalysisFreeFormLayoutElementBackgroundStyle? = null, val borderStyle: AnalysisFreeFormLayoutElementBorderStyle? = null, val elementId: String, val elementType: AnalysisLayoutElementType, val height: String, val loadingAnimation: AnalysisLoadingAnimation? = null, val renderingRules: List<AnalysisSheetElementRenderingRule>? = null, val selectedBorderStyle: AnalysisFreeFormLayoutElementBorderStyle? = null, val visibility: AnalysisVisibility? = null, val width: String, val xAxisLocation: String, val yAxisLocation: String)
Constructors
Link copied to clipboard
fun AnalysisFreeFormLayoutElement(backgroundStyle: AnalysisFreeFormLayoutElementBackgroundStyle? = null, borderStyle: AnalysisFreeFormLayoutElementBorderStyle? = null, elementId: String, elementType: AnalysisLayoutElementType, height: String, loadingAnimation: AnalysisLoadingAnimation? = null, renderingRules: List<AnalysisSheetElementRenderingRule>? = null, selectedBorderStyle: AnalysisFreeFormLayoutElementBorderStyle? = null, visibility: AnalysisVisibility? = null, width: String, xAxisLocation: String, yAxisLocation: String)