Library API
    Preparing search index...

    Interface Status<T>

    interface Status<T> {
        catch?: boolean;
        debug?: DebugLevel;
        error?: any;
        settled?: T;
        silent?: boolean;
        state: symbol;
        tag?: string;
    }

    Type Parameters

    • T
    Index

    Properties

    catch?: boolean
    debug?: DebugLevel
    error?: any
    settled?: T
    silent?: boolean
    state: symbol
    tag?: string