TLEventMap
See source codeTable of contents
interface TLEventMap {}Properties
"max-shapes"
'max-shapes': [
  {
    count: number
    name: string
    pageId: TLPageId
  },
]"select-all-text"
'select-all-text': [
  {
    shapeId: TLShapeId
  },
]"stop-camera-animation"
'stop-camera-animation': []"stop-following"
'stop-following': []change
change: [HistoryEntry<TLRecord>]crash
crash: [
  {
    error: unknown
  },
]event
event: [TLEventInfo]frame
frame: [number]mount
mount: []tick
tick: [number]update
update: []Prev
TLEventHandlersNext
TLGridProps