Tile Args
data class TileArgs(val height: Output<Int>? = null, val widget: Output<WidgetArgs>? = null, val width: Output<Int>? = null, val xPos: Output<Int>? = null, val yPos: Output<Int>? = null) : ConvertibleToJava<TileArgs>
A single tile in the mosaic. The placement and size of the tile are configurable.