TLPresenceStateInfo

See source code

The shape of data used to create a presence record.

This type represents all the properties needed to construct a TLInstancePresence record. It includes user information, cursor state, camera position, selected shapes, and other presence-related data that gets synchronized across multiplayer clients.

type TLPresenceStateInfo = Parameters<
  (typeof InstancePresenceRecordType)['create']
>[0]
Prev
TLPointerId
Next
TLRecord