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

    Interface InitializedEvent<P>

    interface InitializedEvent<P extends Indexable> {
        source: Local;
        type: Initialized;
        value: { clientID: string; presence: P }[];
    }

    Type Parameters

    Hierarchy

    • BaseDocEvent
      • InitializedEvent
    Index

    Properties

    Properties

    source: Local
    value: { clientID: string; presence: P }[]