TLEventMap
Table of contents
Public interface
Signature
interface TLEventMap {}
Source
packages/editor/src/lib/editor/types/emit-types.ts
Properties
"max-shapes"
Public propertysignature
Signature
'max-shapes': [
{
count: number
name: string
pageId: TLPageId
},
]
References
"select-all-text"
Public propertysignature
Signature
'select-all-text': [
{
shapeId: TLShapeId
},
]
References
"stop-camera-animation"
Public propertysignature
Signature
'stop-camera-animation': []
"stop-following"
Public propertysignature
Signature
'stop-following': []
change
Public propertysignature
Signature
change: [HistoryEntry<TLRecord>]
References
crash
Public propertysignature
Signature
crash: [
{
error: unknown
},
]
event
Public propertysignature
Signature
event: [TLEventInfo]
References
frame
Public propertysignature
Signature
frame: [number]
mount
Public propertysignature
Signature
mount: []
tick
Public propertysignature
Signature
tick: [number]
update
Public propertysignature
Signature
update: []