ThemeTileLayoutStyleArgs

data class ThemeTileLayoutStyleArgs(val gutter: Output<ThemeGutterStyleArgs>? = null, val margin: Output<ThemeMarginStyleArgs>? = null) : ConvertibleToJava<ThemeTileLayoutStyleArgs>

The display options for the layout of tiles on a sheet.

Constructors

Link copied to clipboard
constructor(gutter: Output<ThemeGutterStyleArgs>? = null, margin: Output<ThemeMarginStyleArgs>? = null)

Properties

Link copied to clipboard
val gutter: Output<ThemeGutterStyleArgs>? = null

The gutter settings that apply between tiles.

Link copied to clipboard
val margin: Output<ThemeMarginStyleArgs>? = null

The margin settings that apply around the outside edge of sheets.

Functions

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