Proxy around the built-in CustomElementRegistry, maintaining
a mapping of all registered elements and their corresponding names, which can
be queried by calling registry.getName.
Type declaration
getName:function
getName(constructor): undefined | string
Retrieve the name under which the supplied constructor was registered
with the CustomElementRegistry.
Parameters
constructor: CustomElementConstructor
The class constructor to get the name for.
Returns undefined | string
The name under which the constructor was registered, if.
Proxy around the built-in CustomElementRegistry, maintaining a mapping of all registered elements and their corresponding names, which can be queried by calling registry.getName.