TLInstancePresence
See source codeTable of contents
Extends BaseRecord<'instance_presence', TLInstancePresenceID>.
interface TLInstancePresence
  extends BaseRecord<'instance_presence', TLInstancePresenceID> {}Properties
brush
brush: BoxModel | nullcamera
camera: {
  x: number
  y: number
  z: number
}chatMessage
chatMessage: stringcolor
color: stringcurrentPageId
currentPageId: TLPageIdcursor
cursor: {
  rotation: number
  type: TLCursor['type']
  x: number
  y: number
}followingUserId
followingUserId: null | stringid
readonly
from BaseRecord
readonly id: IdlastActivityTimestamp
lastActivityTimestamp: numbermeta
meta: JsonObjectscreenBounds
screenBounds: BoxModelscribbles
scribbles: TLScribble[]selectedShapeIds
selectedShapeIds: TLShapeId[]typeName
readonly
from BaseRecord
readonly typeName: TypeNameuserId
userId: stringuserName
userName: stringPrev
TLInstancePageStateNext
TLLineShapePoint