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

ComponentPropertyBindingProperties

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

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.

interface ComponentPropertyBindingProperties {
field?: string | null;
property: string;
}

§Properties

§
field?: string | null
[src]

The data field to bind the property to.

§
property: string
[src]

The component property to bind to the data field.