couch-kit
    Preparing search index...

    Variable InternalActionTypesConst

    InternalActionTypes: {
        HYDRATE: "__HYDRATE__";
        PLAYER_JOINED: "__PLAYER_JOINED__";
        PLAYER_LEFT: "__PLAYER_LEFT__";
        PLAYER_RECONNECTED: "__PLAYER_RECONNECTED__";
        PLAYER_REMOVED: "__PLAYER_REMOVED__";
    } = ...

    Well-known internal action type strings.

    Type Declaration

    • ReadonlyHYDRATE: "__HYDRATE__"
    • ReadonlyPLAYER_JOINED: "__PLAYER_JOINED__"
    • ReadonlyPLAYER_LEFT: "__PLAYER_LEFT__"
    • ReadonlyPLAYER_RECONNECTED: "__PLAYER_RECONNECTED__"
    • ReadonlyPLAYER_REMOVED: "__PLAYER_REMOVED__"