@arcmantle/adapter-element
    Preparing search index...
    interface TemplateUpdating {
        instance: TemplateInstance;
        kind: "template updating";
        options: undefined | RenderOptions;
        parts: (undefined | Part)[];
        template: Template | CompiledTemplate;
        values: unknown[];
    }
    Index

    Properties

    kind: "template updating"
    options: undefined | RenderOptions
    parts: (undefined | Part)[]
    template: Template | CompiledTemplate
    values: unknown[]