Class CfnComponent.FormBindingElementProperty
Describes how to bind a component property to form data.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AmplifyUIBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FormBindingElementProperty : Object, CfnComponent.IFormBindingElementProperty
Syntax (vb)
Public Class FormBindingElementProperty
Inherits Object
Implements CfnComponent.IFormBindingElementProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AmplifyUIBuilder;
var formBindingElementProperty = new FormBindingElementProperty {
Element = "element",
Property = "property"
};
Synopsis
Constructors
Form |
Properties
Element | The name of the component to retrieve a value from. |
Property | The property to retrieve a value from. |
Constructors
FormBindingElementProperty()
public FormBindingElementProperty()
Properties
Element
The name of the component to retrieve a value from.
public string Element { get; set; }
Property Value
System.
Remarks
Property
The property to retrieve a value from.
public string Property { get; set; }
Property Value
System.