Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface WebSocketCloseMessage

    WebSocket close message

    interface WebSocketCloseMessage {
        body: { origin: string };
        id: string;
        type: "websocket-close";
    }
    Index

    Properties

    Properties

    body: { origin: string }

    Close details

    Type Declaration

    • origin: string

      WebSocket origin URL

    id: string

    WebSocket connection ID

    type: "websocket-close"

    Message type discriminator