Form

class Form

Contains the configuration settings for a Form user interface (UI) element for an Amplify app. A form is a component you can add to your project by specifying a data source as the default configuration for the form.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the Amplify app associated with the form.

Link copied to clipboard
val cta: FormCta?

Stores the call to action configuration for the form.

Link copied to clipboard

The type of data source to use to create the form.

Link copied to clipboard

The name of the backend environment that is a part of the Amplify app.

Link copied to clipboard

Stores the information about the form's fields.

Link copied to clipboard

The operation to perform on the specified form.

Link copied to clipboard
val id: String

The unique ID of the form.

Link copied to clipboard

Specifies an icon or decoration to display on the form.

Link copied to clipboard

The name of the form.

Link copied to clipboard

The schema version of the form when it was imported.

Link copied to clipboard

Stores the visual helper elements for the form that are not associated with any data.

Link copied to clipboard

Stores the configuration for the form's style.

Link copied to clipboard

One or more key-value pairs to use when tagging the form.

Functions

Link copied to clipboard
inline fun copy(block: Form.Builder.() -> Unit = {}): Form
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String