G-code Preview — API Reference
    Preparing search index...
    interface ProgressMapperOptions {
        fileSizeBytes?: number;
        staleAfterMs?: number;
    }
    Index

    Properties

    fileSizeBytes?: number

    Byte length of the parsed source; enables percent(bytes) promotion to the byte tier (D4).

    staleAfterMs?: number

    Staleness threshold in ms (default DEFAULT_STALE_AFTER_MS).