vue-screenfull
    Preparing search index...

    Interface ScreenfullComponentProps

    interface ScreenfullComponentProps {
        debug?: boolean;
        document?: Document;
        exitOnRouteChange?: boolean;
        fallback?: ScreenfullFallbackMode;
        fallbackClass?: string;
        lockScroll?: boolean;
        onChange?: (state: ScreenfullState) => void;
        onEnter?: (state: ScreenfullState) => void;
        onError?: (error: ScreenfullError) => void;
        onExit?: (state: ScreenfullState) => void;
        onFallback?: (state: ScreenfullState) => void;
        restoreFocus?: boolean;
        target?: ScreenfullTarget;
    }

    Hierarchy (View Summary)

    Index
    debug?: boolean
    document?: Document
    exitOnRouteChange?: boolean
    fallbackClass?: string
    lockScroll?: boolean
    onChange?: (state: ScreenfullState) => void
    onEnter?: (state: ScreenfullState) => void
    onError?: (error: ScreenfullError) => void
    onExit?: (state: ScreenfullState) => void
    onFallback?: (state: ScreenfullState) => void
    restoreFocus?: boolean