Registry containing web components

A typical web component does not need to be registered. Registration of web components are only needed when they are associated with a title, description, icon etc.

Hierarchy

  • WebComponentRegistry

Methods

Methods

  • Register a web component

    Parameters

    • name: string

      the name of the component

    • Optional config: Omit<WebComponentMetadata, "name">

      configuration options

    Returns void