core
0.11.3
core
/
de.peekandpoke.kraft.addons.semanticui.forms.old.misc
/
NoInputFieldComponent
/
Config
Config
class
Config
<
T
>
(
var
value
:
T
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Config
Link copied to clipboard
fun
<
T
>
Config
(
value
:
T
)
Content copied to clipboard
Functions
accepts
Link copied to clipboard
fun
accepts
(
rule
:
Rule
<
T
>
,
vararg
rules
:
Rule
<
T
>
)
:
NoInputFieldComponent.Config
<
T
>
Content copied to clipboard
Adds a validation rule
render
Link copied to clipboard
fun
render
(
block
:
VDom
.
(
field
:
NoInputFieldComponent
<
T
>
)
->
Unit
)
Content copied to clipboard
Set the rendering function
Properties
as
Props
Link copied to clipboard
val
asProps
:
NoInputFieldComponent.Props
<
T
>
Content copied to clipboard
render
Link copied to clipboard
var
render
:
VDom
.
(
field
:
NoInputFieldComponent
<
T
>
)
->
Unit
Content copied to clipboard
The rendering function
rules
Link copied to clipboard
val
rules
:
MutableList
<
Rule
<
T
>
>
Content copied to clipboard
The validation rules
value
Link copied to clipboard
var
value
:
T
Content copied to clipboard