TLPresenceMode

See source code

Mode for handling presence information in sync sessions. Controls whether presence data (cursors, selections) is shared with other clients.

type TLPresenceMode =
  /** No presence sharing - client operates independently */
  'full' | 'solo'
  /** Full presence sharing - cursors and selections visible to others */
Prev
TLCustomMessageHandler
Next
TLSocketStatusChangeEvent