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

    Interface TemplateInstantiated

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

    Properties

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