TextInputComponent

An interactive component rendered on a Modal.

Constructors

Link copied to clipboard
constructor(data: TextInputComponentData)

Properties

Link copied to clipboard

The custom identifier for this Text Input.

Link copied to clipboard
open override val data: TextInputComponentData
Link copied to clipboard

The label for this text input.

Link copied to clipboard

The maximum text length of the text input, if present.

Link copied to clipboard

The minimum text length of the text input, if present.

Link copied to clipboard

The placeholder text of the text input.

Link copied to clipboard

If the text input is required.

Link copied to clipboard

The style of this text input.

Link copied to clipboard
open override val type: ComponentType.TextInput

The type of component.

Link copied to clipboard

The value of the text input.

Functions

Link copied to clipboard
open override fun toString(): String