@yorkie-js/sdk
    Preparing search index...

    Enumeration SyncMode

    SyncMode defines synchronization modes for the PushPullChanges API.

    Index

    Enumeration Members

    Manual: "manual"

    Manual mode indicates that changes are not automatically pushed or pulled.

    Realtime: "realtime"

    Realtime mode indicates that changes are automatically pushed and pulled.

    RealtimePushOnly: "realtime-pushonly"

    RealtimePushOnly mode indicates that only local changes are automatically pushed.

    RealtimeSyncOff: "realtime-syncoff"

    RealtimeSyncOff mode indicates that changes are not automatically pushed or pulled, but the watch stream is kept active.