ecspresso
    Preparing search index...

    Interface DiagnosticsOverlayOptions

    interface DiagnosticsOverlayOptions {
        maxSystemsShown?: number;
        position?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
        showSystemTimings?: boolean;
        updateInterval?: number;
    }
    Index

    Properties

    maxSystemsShown?: number

    Maximum systems to show in overlay (default: 10)

    position?: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Corner position (default: 'top-left')

    showSystemTimings?: boolean

    Show per-system timings (default: true)

    updateInterval?: number

    Milliseconds between DOM updates (default: 200)