Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.components
/
CustomElement
/
WithCallbacks
With
Callbacks
interface
WithCallbacks
:
CustomElement.WithConnectedCallback
,
CustomElement.WithDisconnectedCallback
,
CustomElement.WithAdoptedCallback
,
CustomElement.WithAttributeChangedCallback
(
source
)
Members
Functions
adopted
Callback
Link copied to clipboard
abstract
fun
adoptedCallback
(
)
MDN Reference
attribute
Changed
Callback
Link copied to clipboard
abstract
fun
attributeChangedCallback
(
name
:
String
,
oldValue
:
JsAny
?
,
newValue
:
JsAny
?
)
MDN Reference
connected
Callback
Link copied to clipboard
abstract
fun
connectedCallback
(
)
MDN Reference
disconnected
Callback
Link copied to clipboard
abstract
fun
disconnectedCallback
(
)
MDN Reference