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 |
Synopsis
- data CreateThemeData = CreateThemeData' {}
- newCreateThemeData :: Text -> CreateThemeData
- createThemeData_overrides :: Lens' CreateThemeData (Maybe [ThemeValues])
- createThemeData_tags :: Lens' CreateThemeData (Maybe (HashMap Text Text))
- createThemeData_name :: Lens' CreateThemeData Text
- createThemeData_values :: Lens' CreateThemeData [ThemeValues]
Documentation
data CreateThemeData Source #
Represents all of the information that is required to create a theme.
See: newCreateThemeData
smart constructor.
CreateThemeData' | |
|
Instances
Create a value of CreateThemeData
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:overrides:CreateThemeData'
, createThemeData_overrides
- Describes the properties that can be overriden to customize an instance
of the theme.
$sel:tags:CreateThemeData'
, createThemeData_tags
- One or more key-value pairs to use when tagging the theme data.
$sel:name:CreateThemeData'
, createThemeData_name
- The name of the theme.
$sel:values:CreateThemeData'
, createThemeData_values
- A list of key-value pairs that defines the properties of the theme.
createThemeData_overrides :: Lens' CreateThemeData (Maybe [ThemeValues]) Source #
Describes the properties that can be overriden to customize an instance of the theme.
createThemeData_tags :: Lens' CreateThemeData (Maybe (HashMap Text Text)) Source #
One or more key-value pairs to use when tagging the theme data.
createThemeData_name :: Lens' CreateThemeData Text Source #
The name of the theme.
createThemeData_values :: Lens' CreateThemeData [ThemeValues] Source #
A list of key-value pairs that defines the properties of the theme.