ThemeConfigurationArgs

data class ThemeConfigurationArgs(val dataColorPalette: Output<ThemeDataColorPaletteArgs>? = null, val sheet: Output<ThemeSheetStyleArgs>? = null, val typography: Output<ThemeTypographyArgs>? = null, val uiColorPalette: Output<ThemeUiColorPaletteArgs>? = null) : ConvertibleToJava<ThemeConfigurationArgs>

The theme configuration. This configuration contains all of the display properties for a theme.

Constructors

Link copied to clipboard
constructor(dataColorPalette: Output<ThemeDataColorPaletteArgs>? = null, sheet: Output<ThemeSheetStyleArgs>? = null, typography: Output<ThemeTypographyArgs>? = null, uiColorPalette: Output<ThemeUiColorPaletteArgs>? = null)

Properties

Link copied to clipboard

Color properties that apply to chart data colors.

Link copied to clipboard
val sheet: Output<ThemeSheetStyleArgs>? = null

Display options related to sheets.

Link copied to clipboard
val typography: Output<ThemeTypographyArgs>? = null
Link copied to clipboard

Color properties that apply to the UI and to charts, excluding the colors that apply to data.

Functions

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