Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FormBindingElement

import type { FormBindingElement } from "https://aws-api.deno.dev/v0.3/services/amplifyuibuilder.ts?docs=full";

Describes how to bind a component property to form data.

interface FormBindingElement {
element: string;
property: string;
}

§Properties

§
element: string
[src]

The name of the component to retrieve a value from.

§
property: string
[src]

The property to retrieve a value from.