Interface: PresenceStoreValue\<TPresence\>
@roomful/svelte / PresenceStoreValue
Interface: PresenceStoreValue<TPresence>
Section titled “Interface: PresenceStoreValue<TPresence>”Defined in: packages/svelte/src/index.ts:105
Describes the value stored by the presence store.
Type Parameters
Section titled “Type Parameters”TPresence
Section titled “TPresence”TPresence extends PresenceData = PresenceData
The room presence shape.
Properties
Section titled “Properties”all:
Peer<TPresence>[]
Defined in: packages/svelte/src/index.ts:109
Exposes local and remote peers.
others
Section titled “others”others:
Peer<TPresence>[]
Defined in: packages/svelte/src/index.ts:114
Exposes remote peers only.
self:
Peer<TPresence>
Defined in: packages/svelte/src/index.ts:119
Exposes the local peer snapshot.