TextInput

interface TextInput : UiElement

A UI element accepting a text input from the user.

Types

Initializer
Link copied to clipboard
interface Initializer : UiElement.Initializer
Initializer for setting up a TextInput.

Properties

text
Link copied to clipboard
abstract val text: String
The text the user entered.