InputOptions

sealed external interface InputOptions(source)

Properties

Link copied to clipboard
abstract var required: Boolean?

Optional. Whether the input is required. If required and not present, will throw. Defaults to false

Link copied to clipboard
abstract var trimWhitespace: Boolean?

Optional. Whether leading/trailing whitespace will be trimmed for the input. Defaults to true