Trevixal API
    Preparing search index...

    Interface HistoryPanelOptions

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

    Most entries shown; the oldest beyond this are folded into a count.

    now?: () => number