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)