vue-screenfull
    Preparing search index...

    Interface ScreenfullFallbackContext

    interface ScreenfullFallbackContext {
        document: Document;
        element: Element;
        options: Readonly<ScreenfullOptions>;
    }
    Index
    document: Document
    element: Element
    options: Readonly<ScreenfullOptions>