core
0.26.4
js
core
/
de.peekandpoke.kraft.vdom
/
VDomEngine
VDom
Engine
js
interface
VDomEngine
Types
Functions
Properties
Inheritors
Types
Options
Link copied to clipboard
js
data
class
Options
(
val
debugMode
:
Boolean
=
false
)
Functions
create
Tag
Consumer
Link copied to clipboard
js
abstract
fun
createTagConsumer
(
host
:
Component
<
*
>
?
)
:
VDomTagConsumer
mount
Link copied to clipboard
js
abstract
fun
mount
(
element
:
HTMLElement
,
view
:
VDom
.
(
)
->
Any
?
)
render
Link copied to clipboard
js
open
fun
render
(
host
:
Component
<
*
>
?
=
null
,
builder
:
VDom
.
(
)
->
Any
?
)
:
dynamic
trigger
Redraw
Link copied to clipboard
js
abstract
fun
triggerRedraw
(
component
:
Component
<
*
>
)
Properties
options
Link copied to clipboard
js
abstract
val
options
:
VDomEngine.Options
Inheritors
PreactVDomEngine
Link copied to clipboard