Theme Configuration Args
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
Display options related to sheets.
Link copied to clipboard
Determines the typography options.
Link copied to clipboard
Color properties that apply to the UI and to charts, excluding the colors that apply to data.