Text Input Creator Impl
data class TextInputCreatorImpl(val customId: String, val style: TextInput.TextInputStyle, val label: String, val json: ObjectNode = JsonNodeFactory.instance.objectNode()) : TextInputCreator, ComponentImpl.ComponentCreator(source)
Constructors
Link copied to clipboard
constructor(customId: String, style: TextInput.TextInputStyle, label: String, json: ObjectNode = JsonNodeFactory.instance.objectNode())
Functions
Link copied to clipboard
Creates the text input.
Link copied to clipboard
Sets the pre-filled value for this component; max 4000 characters
Link copied to clipboard
Sets the maximum length of the text input. max 4000
Link copied to clipboard
Sets the minimum length of the text input.
Link copied to clipboard
Sets the placeholder for this component; max 4000 characters
Link copied to clipboard
Sets weather the text input is required.