@squawk
    Preparing search index...

    Interface ConnectionStateEventDetail

    Detail payload carried by the connection:connect and connection:disconnect events as CustomEvent.detail.

    interface ConnectionStateEventDetail {
        state: ConnectionState;
    }
    Index

    The state the feed just transitioned to.