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

    Interface WebSocketOpenMessage

    WebSocket open message

    interface WebSocketOpenMessage {
        body: { origin: string; protocol?: string };
        id: string;
        type: "websocket-open";
    }
    Index

    Properties

    Properties

    body: { origin: string; protocol?: string }
    id: string
    type: "websocket-open"