brows3r — TypeScript API
    Preparing search index...

    Interface StartupBehavior

    What the app does on startup.

    interface StartupBehavior {
        openTo?: string;
        restoreSession: boolean;
    }
    Index

    Properties

    openTo?: string
    restoreSession: boolean