toggle menu
core
0.43.2
js
switch theme
search in API
core
/
de.peekandpoke.kraft.vdom
/
VDomTagConsumer
VDom
Tag
Consumer
js
interface
VDomTagConsumer
:
TagConsumer
<
VDomElement
>
Members
Properties
engine
Link copied to clipboard
js
abstract
val
engine
:
VDomEngine
host
Link copied to clipboard
js
abstract
val
host
:
Component
<
*
>
?
is
Debug
Mode
Link copied to clipboard
js
open
val
isDebugMode
:
Boolean
Functions
finalize
Link copied to clipboard
js
abstract
fun
finalize
(
)
:
VDomElement
on
Component
Link copied to clipboard
js
abstract
fun
<
P
,
C
:
Component
<
P
>
>
onComponent
(
props
:
P
,
creatorFn
:
(
Ctx
<
P
>
)
->
C
,
cls
:
KClass
<
C
>
)
:
ComponentRef
<
C
>
on
Tag
Attribute
Change
Link copied to clipboard
js
abstract
fun
onTagAttributeChange
(
tag
:
Tag
,
attribute
:
String
,
value
:
String
?
)
on
Tag
Comment
Link copied to clipboard
js
abstract
fun
onTagComment
(
content
:
CharSequence
)
on
Tag
Content
Link copied to clipboard
js
abstract
fun
onTagContent
(
content
:
CharSequence
)
on
Tag
Content
Entity
Link copied to clipboard
js
abstract
fun
onTagContentEntity
(
entity
:
Entities
)
on
Tag
Content
Unsafe
Link copied to clipboard
js
abstract
fun
onTagContentUnsafe
(
block
:
Unsafe
.
(
)
->
Unit
)
on
Tag
End
Link copied to clipboard
js
abstract
fun
onTagEnd
(
tag
:
Tag
)
on
Tag
Event
Link copied to clipboard
js
abstract
fun
onTagEvent
(
tag
:
Tag
,
event
:
String
,
value
:
(
Event
)
->
Unit
)
on
Tag
Start
Link copied to clipboard
js
abstract
fun
onTagStart
(
tag
:
Tag
)