Technical Elements Documentation
    Preparing search index...

    Interface TemplatePropagationConfig

    Configuration for template change propagation Controls how changes to templates are propagated to instances

    interface TemplatePropagationConfig {
        approvalRequired: boolean;
        autoPropagation: boolean;
        excludedFields?: string[];
    }
    Index

    Properties

    approvalRequired: boolean

    Whether approval is required before propagating changes

    autoPropagation: boolean

    Whether changes are automatically propagated to instances

    excludedFields?: string[]

    Fields that should not be propagated when template changes