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

    Type Alias DocNotification

    DocNotification is a DocNotificationEvent stamped with the time the SDK observed it. The panel can receive the record long after the fact, in the initial full sync, so the SDK is the only place that knows when it happened.

    type DocNotification = {
        event: DocNotificationEvent;
        timestamp: number;
    }
    Index

    Properties

    Properties

    timestamp: number