interface PresenceContext {
    action: keyof ActionContextMap;
    agent: Agent<any>;
    backend: sharedb;
    collection?: string;
    presence: PresenceMessage;
}

Hierarchy (view full)

Properties

action: keyof ActionContextMap
agent: Agent<any>
backend: sharedb
collection?: string
presence: PresenceMessage