ModalBuilder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Binds the action to the consumer.
Binds the action to the closure.
Binds the action to a @ModalHandler with its arguments.
Link copied to clipboard
Link copied to clipboard
fun ModalBuilder.paragraphTextInput(inputName: String, label: String, block: TextInputBuilder.() -> Unit = {}): TextInput
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun ModalBuilder.shortTextInput(inputName: String, label: String, block: TextInputBuilder.() -> Unit = {}): TextInput
Link copied to clipboard
fun ModalBuilder.textInput(inputName: String, label: String, inputStyle: TextInputStyle, block: TextInputBuilder.() -> Unit = {}): TextInput
Link copied to clipboard
@CheckReturnValue
Sets the timeout for this modal, invalidating the modal after expiration, and running the given timeout handler.