CreateFormData

Represents all of the information that is required to create a form.

Types

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

Properties

Link copied to clipboard
val cta: FormCta?

The FormCTA object that 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 configuration information for the form's fields.

Link copied to clipboard

Specifies whether to perform a create or update action on 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.

Link copied to clipboard

The configuration information for the visual helper elements for the form. These elements are not associated with any data.

Link copied to clipboard

The configuration for the form's style.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: CreateFormData.Builder.() -> Unit = {}): CreateFormData
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