core
0.16.1
core
/
de.peekandpoke.kraft.components
/
Ctx
Ctx
data
class
Ctx
<
out
PROPS
>
(
val
engine
:
VDomEngine
,
val
parent
:
Component
<
*
>
?
,
val
props
:
PROPS
)
Content copied to clipboard
Types
Constructors
Properties
Constructors
Ctx
Link copied to clipboard
fun
<
out
PROPS
>
Ctx
(
engine
:
VDomEngine
,
parent
:
Component
<
*
>
?
,
props
:
PROPS
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
engine
Link copied to clipboard
val
engine
:
VDomEngine
Content copied to clipboard
parent
Link copied to clipboard
val
parent
:
Component
<
*
>
?
Content copied to clipboard
props
Link copied to clipboard
val
props
:
PROPS
Content copied to clipboard