ixfx
    Preparing search index...

    Variable genericStateTransitionsInstanceConst

    genericStateTransitionsInstance: {
        closed: "connecting";
        connected: readonly ["closed"];
        connecting: readonly ["connected", "closed"];
        ready: "connecting";
    } = ...

    Type Declaration

    • Readonlyclosed: "connecting"
    • Readonlyconnected: readonly ["closed"]
    • Readonlyconnecting: readonly ["connected", "closed"]
    • Readonlyready: "connecting"