| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AmplifyUiBuilder.Types.ThemeValue
Description
Synopsis
- data ThemeValue = ThemeValue' {}
- newThemeValue :: ThemeValue
- themeValue_children :: Lens' ThemeValue (Maybe [ThemeValues])
- themeValue_value :: Lens' ThemeValue (Maybe Text)
Documentation
data ThemeValue Source #
Describes the configuration of a theme's properties.
See: newThemeValue smart constructor.
Constructors
| ThemeValue' | |
Instances
newThemeValue :: ThemeValue Source #
Create a value of ThemeValue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:children:ThemeValue', themeValue_children - A list of key-value pairs that define the theme's properties.
ThemeValues, themeValue_value - The value of a theme property.
themeValue_children :: Lens' ThemeValue (Maybe [ThemeValues]) Source #
A list of key-value pairs that define the theme's properties.
themeValue_value :: Lens' ThemeValue (Maybe Text) Source #
The value of a theme property.