All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.html.CustomElementRegistry.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

import web.dom.Node
import kotlin.js.Promise

sealed external class CustomElementRegistry {
    fun define(
        name: String,
        constructor: CustomElementConstructor,
        options: ElementDefinitionOptions = definedExternally,
    )

    operator fun get(name: String): CustomElementConstructor?
    fun upgrade(root: Node)
    fun whenDefined(name: String): Promise
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy