sense-js-sdk
    Preparing search index...

    Interface RealtimeHelloPayload

    Represents a realtime payload that is sent after a successful connection.

    interface RealtimeHelloPayload {
        connection_state: string;
        online: boolean;
    }
    Index

    Properties

    connection_state: string
    online: boolean