FormButton

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

Types

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

Properties

Link copied to clipboard

Describes the button's properties.

Link copied to clipboard

Specifies whether the button is visible on the form.

Link copied to clipboard

The position of the button.

Functions

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