AnalysisGridLayoutElementArgs

data class AnalysisGridLayoutElementArgs(val columnIndex: Output<Double>? = null, val columnSpan: Output<Double>, val elementId: Output<String>, val elementType: Output<AnalysisLayoutElementType>, val rowIndex: Output<Double>? = null, val rowSpan: Output<Double>) : ConvertibleToJava<AnalysisGridLayoutElementArgs>

Constructors

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

Properties

Link copied to clipboard
val columnIndex: Output<Double>? = null

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

Link copied to clipboard
val columnSpan: Output<Double>

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

Link copied to clipboard
val elementId: Output<String>

A unique identifier for an element within a grid layout.

Link copied to clipboard

The type of element.

Link copied to clipboard
val rowIndex: Output<Double>? = null

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

Link copied to clipboard
val rowSpan: Output<Double>

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

Functions

Link copied to clipboard
open override fun toJava(): AnalysisGridLayoutElementArgs