CustomElementRegistry

abstract external class CustomElementRegistry

Exposes the JavaScript CustomElementRegistry to Kotlin

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun define(name: String, constructor: () -> dynamic, options: ElementDefinitionOptions = definedExternally)
Link copied to clipboard
fun get(name: String): Any?
Link copied to clipboard