Interface InitializedEvent<P>

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

Type Parameters

Hierarchy

  • BaseDocEvent
    • InitializedEvent

Properties

Properties

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

Type declaration

  • clientID: string
  • presence: P