kkrpc
    Preparing search index...

    Interface MemoryBackendQuery

    Query fields supported by MemoryBackend.query().

    interface MemoryBackendQuery {
        direction?: "sent" | "received";
        sessionId?: string;
    }
    Index

    Properties

    direction?: "sent" | "received"

    Match only events with this direction.

    sessionId?: string

    Match only events with this session id.