get method

CustomElementConstructor? get(
  1. String name
)

The get() method of the CustomElementRegistry interface returns the constructor for a previously-defined custom element.

Implementation

external CustomElementConstructor? get(String name);