Theme Configuration Args
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
fun ThemeConfigurationArgs(dataColorPalette: Output<ThemeConfigurationDataColorPaletteArgs>? = null, sheet: Output<ThemeConfigurationSheetArgs>? = null, typography: Output<ThemeConfigurationTypographyArgs>? = null, uiColorPalette: Output<ThemeConfigurationUiColorPaletteArgs>? = null)