shajara API
    Preparing search index...

    Interface RunOptions

    Options accepted by run and Scope.run.

    interface RunOptions {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    Abort signal that converges the launched scope. null, CanceledError, and AbortError abort reasons cancel the scope; other reasons fail it.