Sanity Library Reference Docs
    Preparing search index...

    Type Alias ReconnectEvent

    The listener has been disconnected, and a reconnect attempt is scheduled.

    type ReconnectEvent = {
        type: "reconnect";
    }
    Index

    Properties

    Properties

    type: "reconnect"