customElements property

CustomElementRegistry get customElements

Defines a new custom element, mapping the given name to the given constructor as an autonomous custom element.

MDN Reference

Implementation

_i3.CustomElementRegistry get customElements => _i4.getProperty(
      this,
      'customElements',
    );