Stone.js API
    Preparing search index...

    Options for scroll restoration.

    interface ScrollRestorationOptions {
        enabled?: boolean;
        win?: Window;
    }
    Index
    enabled?: boolean

    Whether scroll restoration is enabled (default true).

    win?: Window

    Injected window (defaults to the global).