interface DocContext {
    action: keyof ActionContextMap;
    agent: Agent<any>;
    backend: sharedb;
    collection: string;
    id: string;
    snapshot: sharedb.Snapshot;
}

Hierarchy (view full)

Properties

action: keyof ActionContextMap
agent: Agent<any>
backend: sharedb
collection: string
id: string
snapshot: sharedb.Snapshot