getName method
The getName()
method of the
CustomElementRegistry interface returns the name for a
previously-defined custom element.
Implementation
external String? getName(CustomElementConstructor constructor);
The getName()
method of the
CustomElementRegistry interface returns the name for a
previously-defined custom element.
external String? getName(CustomElementConstructor constructor);