| 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.FormBindingElement
Description
Documentation
data FormBindingElement Source #
Describes how to bind a component property to form data.
See: newFormBindingElement smart constructor.
Constructors
| FormBindingElement' | |
Instances
newFormBindingElement Source #
Arguments
| :: Text | |
| -> Text | |
| -> FormBindingElement |
Create a value of FormBindingElement 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:element:FormBindingElement', formBindingElement_element - The name of the component to retrieve a value from.
$sel:property:FormBindingElement', formBindingElement_property - The property to retrieve a value from.
formBindingElement_element :: Lens' FormBindingElement Text Source #
The name of the component to retrieve a value from.
formBindingElement_property :: Lens' FormBindingElement Text Source #
The property to retrieve a value from.