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

FormCTA

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

Describes the call to action button configuration for the form.

interface FormCTA {
cancel?: FormButton | null;
clear?: FormButton | null;
position?: FormButtonsPosition | null;
submit?: FormButton | null;
}

§Properties

§
cancel?: FormButton | null
[src]

Displays a cancel button.

§
clear?: FormButton | null
[src]

Displays a clear button.

§
position?: FormButtonsPosition | null
[src]

The position of the button.

§
submit?: FormButton | null
[src]

Displays a submit button.