couch-kit
    Preparing search index...

    Variable MessageTypesConst

    MessageTypes: {
        ACTION: "ACTION";
        ASSETS_LOADED: "ASSETS_LOADED";
        ERROR: "ERROR";
        JOIN: "JOIN";
        PING: "PING";
        PONG: "PONG";
        RECONNECTED: "RECONNECTED";
        STATE_UPDATE: "STATE_UPDATE";
        WELCOME: "WELCOME";
    } = ...

    Type Declaration

    • ReadonlyACTION: "ACTION"
    • ReadonlyASSETS_LOADED: "ASSETS_LOADED"
    • ReadonlyERROR: "ERROR"
    • ReadonlyJOIN: "JOIN"
    • ReadonlyPING: "PING"
    • ReadonlyPONG: "PONG"
    • ReadonlyRECONNECTED: "RECONNECTED"
    • ReadonlySTATE_UPDATE: "STATE_UPDATE"
    • ReadonlyWELCOME: "WELCOME"