ThemeConfigurationArgs

data class ThemeConfigurationArgs(val dataColorPalette: Output<ThemeConfigurationDataColorPaletteArgs>? = null, val sheet: Output<ThemeConfigurationSheetArgs>? = null, val typography: Output<ThemeConfigurationTypographyArgs>? = null, val uiColorPalette: Output<ThemeConfigurationUiColorPaletteArgs>? = null) : ConvertibleToJava<ThemeConfigurationArgs>

Constructors

Link copied to clipboard
constructor(dataColorPalette: Output<ThemeConfigurationDataColorPaletteArgs>? = null, sheet: Output<ThemeConfigurationSheetArgs>? = null, typography: Output<ThemeConfigurationTypographyArgs>? = null, uiColorPalette: Output<ThemeConfigurationUiColorPaletteArgs>? = null)

Properties

Link copied to clipboard

Color properties that apply to chart data colors. See data_color_palette.

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

Display options related to sheets. See sheet.

Link copied to clipboard

Determines the typography options. See typography.

Link copied to clipboard

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

Functions

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