banira
    Preparing search index...

    Interface PrerenderResult

    interface PrerenderResult {
        file: string;
        html: string;
        tagName: string;
    }
    Index

    Properties

    Properties

    file: string
    html: string

    The element's serialized markup, including a Declarative Shadow DOM template when it has a shadow root.

    tagName: string