Umi — API References - v1.3.0
    Preparing search index...

    Type Alias DisposableScope

    type DisposableScope = {
        getCancelationError: () => unknown;
        isCanceled: () => boolean;
        signal: AbortSignal | undefined;
        throwIfCanceled: () => void;
    }
    Index

    Properties

    getCancelationError: () => unknown
    isCanceled: () => boolean
    signal: AbortSignal | undefined
    throwIfCanceled: () => void