core
0.40.0
js
core
/
de.peekandpoke.kraft.components.state
/
FunctionalComponentStateProperty
/
initLazy
init
Lazy
js
fun
initLazy
(
block
:
suspend
(
)
->
Flow
<
P
>
)
:
FunctionalComponentStateProperty
<
P
>
Adds a callback that will initialize the property when it is accessed for the first time.