Sanity Library Reference Docs
    Preparing search index...

    Interface LiveEventGoAway

    The id field is the position at which the connection was rejected or closed. The reason field will specify why the connection rejected/closed.

    interface LiveEventGoAway {
        id: string;
        reason: string;
        type: "goaway";
    }
    Index

    Properties

    Properties

    id: string
    reason: string
    type: "goaway"