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

    Interface UnwatchedEvent<P>

    interface UnwatchedEvent<P extends Indexable> {
        source: Remote;
        type: Unwatched;
        value: { clientID: string; presence: P };
    }

    Type Parameters

    Hierarchy

    • BaseDocEvent
      • UnwatchedEvent
    Index

    Properties

    Properties

    source: Remote
    type: Unwatched
    value: { clientID: string; presence: P }