core
0.1.3
core
/
de.peekandpoke.kraft.vdom
/
VDomEngine
VDom
Engine
interface
VDomEngine
Content copied to clipboard
Functions
Inheritors
Functions
create
Tag
Consumer
Link copied to clipboard
abstract
fun
createTagConsumer
(
host
:
Component
<
*
>
?
)
:
VDomTagConsumer
Content copied to clipboard
mount
Link copied to clipboard
abstract
fun
mount
(
element
:
HTMLElement
,
view
:
VDom
.
(
)
->
Any
?
)
Content copied to clipboard
render
Link copied to clipboard
open
fun
render
(
host
:
Component
<
*
>
?
=
null
,
builder
:
VDom
.
(
)
->
Any
?
)
:
dynamic
Content copied to clipboard
trigger
Redraw
Link copied to clipboard
abstract
fun
triggerRedraw
(
component
:
Component
<
*
>
)
Content copied to clipboard
Inheritors
PreactVDomEngine
Link copied to clipboard