Interface SyncContext

Source
Expand description

Content the strategy acts on.

interface SyncContext {
    awareness: Awareness;
    ydoc: Doc;
}

Properties§

§awareness: Awareness
§ydoc: Doc