Technical Elements Documentation

    Interface TemplateInstanceRegistry

    Registry for tracking template instances Manages the relationships between templates and their instances

    interface TemplateInstanceRegistry {
        changeHistory: TemplateChangeRecord[];
        instancesByTemplate: Record<string, string[]>;
        propagationConfig: TemplatePropagationConfig;
        templateVersions: Record<string, string>;
    }

    Hierarchy

    • Unique
      • TemplateInstanceRegistry
    Index

    Properties

    changeHistory: TemplateChangeRecord[]

    History of changes to templates

    instancesByTemplate: Record<string, string[]>

    Registry of instances organized by template

    propagationConfig: TemplatePropagationConfig

    Configuration for propagating changes

    templateVersions: Record<string, string>

    Current version of each template

    MMNEPVFCICPMFPCPTTAAATR