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

FormButton

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

Describes the configuration for a button UI element that is a part of a form.

interface FormButton {
children?: string | null;
excluded?: boolean | null;
position?: FieldPosition | null;
}

§Properties

§
children?: string | null
[src]

Describes the button's properties.

§
excluded?: boolean | null
[src]

Specifies whether the button is visible on the form.

§
position?: FieldPosition | null
[src]

The position of the button.