CustomElementRegistry

abstract external class CustomElementRegistry(source)

Exposes the JavaScript CustomElementRegistry to Kotlin

Since Kotlin

1.1

Constructors

Link copied to clipboard
constructor()

Functions

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