Datalayer Desktop - v0.0.2
    Preparing search index...

    Interface WebSocketSendOptions

    WebSocket send options.

    interface WebSocketSendOptions {
        data: WebSocketData;
        id: string;
    }
    Index

    Properties

    Properties

    id: string