Package dev. fritz2. webcomponents
Types
WebComponent
Link copied to clipboard
@ExperimentalCoroutinesApi()
Content copied to clipboard
Functions
registerWebComponent
Link copied to clipboard
fun <X : Element, T : WebComponent<X>> registerWebComponent(localName: String, constructor: KClass<T>, vararg observedAttributes: String)
Content copied to clipboard
registers a WebComponent at the browser's registry so you can use it in fritz2 by custom-Tag or in HTML.