ThemeSheetStyleArgs

data class ThemeSheetStyleArgs(val tile: Output<ThemeTileStyleArgs>? = null, val tileLayout: Output<ThemeTileLayoutStyleArgs>? = null) : ConvertibleToJava<ThemeSheetStyleArgs>

The theme display options for sheets.

Constructors

Link copied to clipboard
constructor(tile: Output<ThemeTileStyleArgs>? = null, tileLayout: Output<ThemeTileLayoutStyleArgs>? = null)

Properties

Link copied to clipboard
val tile: Output<ThemeTileStyleArgs>? = null

The display options for tiles.

Link copied to clipboard

The layout options for tiles.

Functions

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