@arcmantle/adapter-element
    Preparing search index...

    Interface TemplateInstantiatedAndUpdated

    interface TemplateInstantiatedAndUpdated {
        fragment: Node;
        instance: TemplateInstance;
        kind: "template instantiated and updated";
        options: undefined | RenderOptions;
        parts: (undefined | Part)[];
        template: Template | CompiledTemplate;
        values: unknown[];
    }
    Index

    Properties

    fragment: Node
    kind: "template instantiated and updated"
    options: undefined | RenderOptions
    parts: (undefined | Part)[]
    template: Template | CompiledTemplate
    values: unknown[]