@xylabs/sdk-react
    Preparing search index...

    Interface LoadStatusContextState

    interface LoadStatusContextState {
        error?: Error;
        setError: (error?: Error) => void;
        setStatus: (status: "error" | "done" | "loading") => void;
        status?: "error" | "done" | "loading";
    }
    Index

    Properties

    error?: Error
    setError: (error?: Error) => void
    setStatus: (status: "error" | "done" | "loading") => void
    status?: "error" | "done" | "loading"