ModalInput

annotation class ModalInput(val name: String)(source)

Set this parameter as a modal input.

The specified input name must be the same as the input name given in, for example, Modals.createTextInput.

See also

@ModalData

@ModalHandler

Properties

Link copied to clipboard
@get:JvmName(name = "value")
val name: String

The name of the modal input.
Must match the input name provided in, for example, Modals.createTextInput.