kvision / pl.treksoft.kvision.form.text / richTextInput

richTextInput

(js) fun Container.richTextInput(value: String? = null, classes: Set<String>? = null, className: String? = null, init: (RichTextInput.() -> Unit)? = null): RichTextInput

DSL builder extension function.

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