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

ComponentBindingPropertiesValue

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

Represents the data binding configuration for a component at runtime. You can use ComponentBindingPropertiesValue to add exposed properties to a component to allow different values to be entered when a component is reused in different places in an app.

interface ComponentBindingPropertiesValue {
bindingProperties?: ComponentBindingPropertiesValueProperties | null;
defaultValue?: string | null;
type?: string | null;
}

§Properties

§

Describes the properties to customize with data at runtime.

§
defaultValue?: string | null
[src]

The default value of the property.

§
type?: string | null
[src]

The property type.