Trilium Frontend API
    Preparing search index...

    Interface DelayedVisibilityOpts

    interface DelayedVisibilityOpts {
        graceMs?: number;
        minVisibleMs?: number;
        stalledMs?: number;
    }
    Index

    Properties

    graceMs?: number

    The indicator is never shown if active clears within this window (fast loads never flash).

    minVisibleMs?: number

    Once shown, the indicator stays at least this long, even if active clears sooner (no two-frame flicker).

    stalledMs?: number

    After this much continuous activity the phase escalates to "stalled" so the UI can offer a retry.