TLInstancePresence

Public Interface

Table of Contents
Signature
interface TLInstancePresence extends BaseRecord<'instance_presence'> {}
References

BaseRecord


Properties

brush

Public PropertySignature

Signature
brush: Box2dModel | null
References

Box2dModel


camera

Public PropertySignature

Signature
camera: {
  x: number
  y: number
  z: number
}

color

Public PropertySignature

Signature
color: string

currentPageId

Public PropertySignature

Signature
currentPageId: TLPageId
References

TLPageId


cursor

Public PropertySignature

Signature
cursor: {
  x: number
  y: number
  type: TLCursor['type']
  rotation: number
}
References

TLCursor


followingUserId

Public PropertySignature

Signature
followingUserId: null | TLUserId
References

TLUserId


instanceId

Public PropertySignature

Signature
instanceId: TLInstanceId
References

TLInstanceId


lastActivityTimestamp

Public PropertySignature

Signature
lastActivityTimestamp: number

screenBounds

Public PropertySignature

Signature
screenBounds: Box2dModel
References

Box2dModel


scribble

Public PropertySignature

Signature
scribble: null | TLScribble
References

TLScribble


selectedIds

Public PropertySignature

Signature
selectedIds: TLShapeId[]
References

TLShapeId


userId

Public PropertySignature

Signature
userId: TLUserId
References

TLUserId


userName

Public PropertySignature

Signature
userName: string

Edit this page
Last edited on 11 May 2023
TLInstancePageStateIdTLInstancePresence