| 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.ComponentPropertyBindingProperties
Description
Synopsis
- data ComponentPropertyBindingProperties = ComponentPropertyBindingProperties' {}
- newComponentPropertyBindingProperties :: Text -> ComponentPropertyBindingProperties
- componentPropertyBindingProperties_field :: Lens' ComponentPropertyBindingProperties (Maybe Text)
- componentPropertyBindingProperties_property :: Lens' ComponentPropertyBindingProperties Text
Documentation
data ComponentPropertyBindingProperties Source #
Associates a component property to a binding property. This enables exposed properties on the top level component to propagate data to the component's property values.
See: newComponentPropertyBindingProperties smart constructor.
Constructors
| ComponentPropertyBindingProperties' | |
Instances
newComponentPropertyBindingProperties Source #
Arguments
| :: Text | |
| -> ComponentPropertyBindingProperties |
Create a value of ComponentPropertyBindingProperties 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:field:ComponentPropertyBindingProperties', componentPropertyBindingProperties_field - The data field to bind the property to.
$sel:property:ComponentPropertyBindingProperties', componentPropertyBindingProperties_property - The component property to bind to the data field.
componentPropertyBindingProperties_field :: Lens' ComponentPropertyBindingProperties (Maybe Text) Source #
The data field to bind the property to.
componentPropertyBindingProperties_property :: Lens' ComponentPropertyBindingProperties Text Source #
The component property to bind to the data field.