Analysis Grid Layout Element
data class AnalysisGridLayoutElement(val columnIndex: Double? = null, val columnSpan: Double, val elementId: String, val elementType: AnalysisLayoutElementType, val rowIndex: Double? = null, val rowSpan: Double)
Constructors
Link copied to clipboard
fun AnalysisGridLayoutElement(columnIndex: Double? = null, columnSpan: Double, elementId: String, elementType: AnalysisLayoutElementType, rowIndex: Double? = null, rowSpan: Double)