kvision / pl.treksoft.kvision.form.text / Text / text

text

fun Container.text(type: TextInputType = TextInputType.TEXT, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (Text.() -> Unit)? = null): Text

DSL builder extension function.

It takes the same parameters as the constructor of the built component.