@deltachat/jsonrpc-client
    Preparing search index...

    Interface WebsocketEvents

    interface WebsocketEvents {
        connect: () => void;
        disconnect: () => void;
        error: (error: ErrorEvent) => void;
        [key: string]: (...args: any) => void;
    }

    Hierarchy

    • EventsT
      • WebsocketEvents

    Indexable

    • [key: string]: (...args: any) => void
    Index

    Properties

    connect: () => void
    disconnect: () => void
    error: (error: ErrorEvent) => void