| 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.FormStyleConfig
Description
Documentation
data FormStyleConfig Source #
Describes the configuration settings for the form's style properties.
See: newFormStyleConfig smart constructor.
Constructors
| FormStyleConfig' | |
Instances
newFormStyleConfig :: FormStyleConfig Source #
Create a value of FormStyleConfig 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:tokenReference:FormStyleConfig', formStyleConfig_tokenReference - A reference to a design token to use to bind the form's style
properties to an existing theme.
$sel:value:FormStyleConfig', formStyleConfig_value - The value of the style setting.
formStyleConfig_tokenReference :: Lens' FormStyleConfig (Maybe Text) Source #
A reference to a design token to use to bind the form's style properties to an existing theme.
formStyleConfig_value :: Lens' FormStyleConfig (Maybe Text) Source #
The value of the style setting.