TLEventMap
Public Interface
Table of Contents
Signature
interface TLEventMap {}
Properties
"change-history" {#TLEventMap-"change-history"-member}
Public PropertySignature
Signature
'change-history': [
  | {
      reason: 'bail'
      markId?: string
    }
  | {
      reason: 'push' | 'redo' | 'undo'
    }
]
"mark-history" {#TLEventMap-"mark-history"-member}
Public PropertySignature
Signature
'mark-history': [
  {
    id: string
  }
]
"max-shapes" {#TLEventMap-"max-shapes"-member}
Public PropertySignature
Signature
'max-shapes': [
  {
    name: string
    pageId: TLPageId
    count: number
  }
]
References
"stop-camera-animation" {#TLEventMap-"stop-camera-animation"-member}
Public PropertySignature
Signature
'stop-camera-animation': []
"stop-following" {#TLEventMap-"stop-following"-member}
Public PropertySignature
Signature
'stop-following': []
change
Public PropertySignature
Signature
change: [TLChange<TLRecord>]
References
crash
Public PropertySignature
Signature
crash: [
  {
    error: unknown
  }
]
event
Public PropertySignature
Signature
event: [TLEventInfo]
References
mount
Public PropertySignature
Signature
mount: []
tick
Public PropertySignature
Signature
tick: [number]
update
Public PropertySignature
Signature
update: []