Trevixal API
    Preparing search index...

    Interface AutosaveIndicatorOptions

    interface AutosaveIndicatorOptions {
        container: HTMLElement;
        now?: () => number;
    }
    Index
    container: HTMLElement
    now?: () => number