shajara API Map
    Preparing search index...

    Interface RunOptions

    Options accepted by run and Scope.run.

    interface RunOptions {
        signal?: AbortSignal;
    }
    Index
    signal?: AbortSignal

    Abort signal linked to the launched routine. Abort reasons that represent cancellation cancel the routine; other reasons fail it.