Sanity Library Reference Docs
    Preparing search index...
    interface FinishedOptions {
        signal?: AbortSignal;
        error?: boolean;
        readable?: boolean;
        writable?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    signal?: AbortSignal

    When provided the corresponding AbortController can be used to cancel an asynchronous action.

    error?: boolean
    readable?: boolean
    writable?: boolean