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

FormInputValueProperty

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

Describes the configuration for an input field on a form. Use FormInputValueProperty to specify the values to render or bind by default.

interface FormInputValueProperty {
value?: string | null;
}

§Properties

§
value?: string | null
[src]

The value to assign to the input field.