CustomElementRegistry

abstract class CustomElementRegistry : JsAny

Exposes the JavaScript CustomElementRegistry to Kotlin

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun define(name: String, constructor: () -> JsAny?, options: ElementDefinitionOptions)
Link copied to clipboard
fun get(name: String): JsAny?
Link copied to clipboard