core
0.23.5
js
core
/
de.peekandpoke.kraft.vdom.preact
/
PreactVDomEngine
Preact
VDom
Engine
js
class
PreactVDomEngine
(
val
options
:
VDomEngine.Options
)
:
VDomEngine
Types
Constructors
Functions
Properties
Constructors
Preact
VDom
Engine
Link copied to clipboard
js
fun
PreactVDomEngine
(
options
:
VDomEngine.Options
)
Types
Companion
Link copied to clipboard
js
object
Companion
Functions
create
Tag
Consumer
Link copied to clipboard
js
open
override
fun
createTagConsumer
(
host
:
Component
<
*
>
?
)
:
VDomTagConsumer
mount
Link copied to clipboard
js
open
override
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
open
override
fun
triggerRedraw
(
component
:
Component
<
*
>
)
Properties
options
Link copied to clipboard
js
open
override
val
options
:
VDomEngine.Options