GridLayoutElement

An element within a grid layout.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The background style configuration of a grid layout element.

Link copied to clipboard

The border radius of a grid layout element.

Link copied to clipboard

The border style configuration of a grid layout element.

Link copied to clipboard

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

The configuration of loading animation in free-form layout.

Link copied to clipboard

The padding of a grid layout element.

Link copied to clipboard

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.

Link copied to clipboard

The border style configuration of a grid layout element. This border style is used when the element is selected.

Functions

Link copied to clipboard
inline fun copy(block: GridLayoutElement.Builder.() -> Unit = {}): GridLayoutElement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String