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