ThemeGutterStyleArgs

data class ThemeGutterStyleArgs(val show: Output<Boolean>? = null) : ConvertibleToJava<ThemeGutterStyleArgs>

The display options for gutter spacing between tiles on a sheet.

Constructors

Link copied to clipboard
constructor(show: Output<Boolean>? = null)

Properties

Link copied to clipboard
val show: Output<Boolean>? = null

This Boolean value controls whether to display a gutter space between sheet tiles.

Functions

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