toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
CustomElementRegistry
Custom
Element
Registry
abstract
class
CustomElementRegistry
:
JsAny
Exposes the JavaScript
CustomElementRegistry
to Kotlin
Members
Constructors
Custom
Element
Registry
Link copied to clipboard
constructor
(
)
Functions
define
Link copied to clipboard
fun
define
(
name
:
String
,
constructor
:
(
)
->
JsAny
?
,
options
:
ElementDefinitionOptions
)
get
Link copied to clipboard
fun
get
(
name
:
String
)
:
JsAny
?
when
Defined
Link copied to clipboard
fun
whenDefined
(
name
:
String
)
:
Promise
<
Nothing
?
>