pdfrx_web
    Preparing search index...

    Interface PdfFullscreen

    Fullscreen state and actions for the complete viewer app.

    interface PdfFullscreen {
        isFullscreen: boolean;
        isSupported: boolean;
        enter(): Promise<void>;
        exit(): Promise<void>;
        toggle(): Promise<void>;
    }
    Index
    isFullscreen: boolean
    isSupported: boolean