TemplateGridLayoutElement

data class TemplateGridLayoutElement(val columnIndex: Double? = null, val columnSpan: Double, val elementId: String, val elementType: TemplateLayoutElementType, val rowIndex: Double? = null, val rowSpan: Double)

Constructors

Link copied to clipboard
constructor(columnIndex: Double? = null, columnSpan: Double, elementId: String, elementType: TemplateLayoutElementType, rowIndex: Double? = null, rowSpan: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val columnIndex: Double? = null

The column index for the upper left corner of an element.

Link copied to clipboard

The width of a grid element expressed as a number of grid columns.

Link copied to clipboard

A unique identifier for an element within a grid layout.

Link copied to clipboard

The type of element.

Link copied to clipboard
val rowIndex: Double? = null

The row index for the upper left corner of an element.

Link copied to clipboard

The height of a grid element expressed as a number of grid rows.