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

    Type Alias DocNotificationEvent<P>

    DocNotificationEvent:
        | ConnectionChangedEvent
        | SyncStatusChangedEvent
        | AuthErrorEvent
        | EpochMismatchEvent
        | LocalChangesDroppedEvent<P>
        | PersistDisabledEvent

    DocNotificationEvent is an event that cannot be used to replay a document. Document.applyDocEventsForReplay has no case for it, so devtools shows it as a standalone record instead of feeding it to the replay pipeline.

    Type Parameters