getName
inline fun <T : HTMLElement> CustomElementRegistry.getName(reference: CustomElementReference<T>): TagName<T>?(source)
The getName()
method of the CustomElementRegistry interface returns the name for a previously-defined custom element.