Technical Elements Documentation
    Preparing search index...

    Interface ComponentRegistry

    Interface representing a component registry

    technical_elements.core

    interface ComponentRegistry {
        components: Record<ComponentReference, core.Component>;
        description?: string;
        lastUpdated: string;
        version: string;
    }

    Hierarchy

    • Unique
      • ComponentRegistry
    Index

    Properties

    components: Record<ComponentReference, core.Component>

    Map of component IDs to components

    description?: string

    Description of this registry

    lastUpdated: string

    Last updated timestamp

    version: string

    Version of this registry