| 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.FormStyle
Description
Documentation
Describes the configuration for the form's style.
See: newFormStyle smart constructor.
Constructors
| FormStyle' | |
Fields
| |
Instances
newFormStyle :: FormStyle Source #
Create a value of FormStyle 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:horizontalGap:FormStyle', formStyle_horizontalGap - The spacing for the horizontal gap.
$sel:outerPadding:FormStyle', formStyle_outerPadding - The size of the outer padding for the form.
$sel:verticalGap:FormStyle', formStyle_verticalGap - The spacing for the vertical gap.
formStyle_horizontalGap :: Lens' FormStyle (Maybe FormStyleConfig) Source #
The spacing for the horizontal gap.
formStyle_outerPadding :: Lens' FormStyle (Maybe FormStyleConfig) Source #
The size of the outer padding for the form.
formStyle_verticalGap :: Lens' FormStyle (Maybe FormStyleConfig) Source #
The spacing for the vertical gap.