Wagtail client-side components
    Preparing search index...

    Interface ExtractedContent

    The extracted content from the preview iframe.

    interface ExtractedContent {
        innerHTML: string;
        innerText: string;
        lang: string;
    }
    Index

    Properties

    innerHTML: string

    The HTML content of the target element.

    innerText: string

    The text-only content of the target element.

    lang: string

    The language of the preview iframe's document.