schema-components - v3.7.0
    Preparing search index...

    Variable BUILT_IN_ELEMENTSConst

    BUILT_IN_ELEMENTS: Readonly<Record<string, Constructor<HTMLElement>>> = ...

    Mapping from the canonical built-in tag (without prefix) to the BaseScElement subclass that backs it. Exported so consumers can introspect what registerSchemaComponents will register — useful for diagnostics and for building documentation surfaces.

    The top-level orchestrator elements (schema-component, schema-view, schema-field) are listed alongside the per-type <sc-*> elements; the structural type relaxes to HTMLElement so every constructor is assignable.