FormCta

class FormCta

Describes the call to action button configuration for the form.

Types

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

Properties

Link copied to clipboard

Displays a cancel button.

Link copied to clipboard

Displays a clear button.

Link copied to clipboard

The position of the button.

Link copied to clipboard

Displays a submit button.

Functions

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