toggle menu
core
0.42.0
js
switch theme
search in API
core
/
de.peekandpoke.kraft.addons.semanticui.forms
/
UiTextAreaComponent
/
Props
Props
js
data
class
Props
(
val
value
:
String
,
val
onChange
:
(
String
)
->
Unit
,
val
options
:
UiTextAreaComponent.Options
)
:
GenericFormField.Props
<
String
,
UiTextAreaComponent.Options
>
Members
Constructors
Props
Link copied to clipboard
js
constructor
(
value
:
String
,
onChange
:
(
String
)
->
Unit
,
options
:
UiTextAreaComponent.Options
)
Properties
on
Change
Link copied to clipboard
js
open
override
val
onChange
:
(
String
)
->
Unit
options
Link copied to clipboard
js
open
override
val
options
:
UiTextAreaComponent.Options
value
Link copied to clipboard
js
open
override
val
value
:
String