toggle menu
core
0.43.2
js
switch theme
search in API
core
/
de.peekandpoke.kraft.vdom
Package-level
declarations
Types
Functions
Types
Custom
Tag
Link copied to clipboard
js
class
CustomTag
(
name
:
String
,
consumer
:
TagConsumer
<
*
>
)
:
HTMLTag
,
FlowContent
VDom
Link copied to clipboard
js
class
VDom
(
engine
:
VDomEngine
,
val
component
:
Component
<
*
>
?
=
null
)
:
FlowContent
VDom
Element
Link copied to clipboard
js
interface
VDomElement
VDom
Engine
Link copied to clipboard
js
interface
VDomEngine
VDom
Tag
Consumer
Link copied to clipboard
js
interface
VDomTagConsumer
:
TagConsumer
<
VDomElement
>
Functions
custom
Link copied to clipboard
js
fun
FlowContent
.
custom
(
name
:
String
,
block
:
FlowContent
.
(
)
->
Unit
=
{}
)