TLInteractionStartPerfEvent
Table of contents
Emitted when an interaction state (e.g. translating, resizing) is entered.
interface TLInteractionStartPerfEvent {}Properties
name
The state node id (e.g. 'translating').
name: string;path
Full tool path (e.g. 'select.translating').
path: string;timestamp
performance.now() when the interaction started.
timestamp: number;Prev
TLInteractionEndPerfEventNext
TLInterruptEventInfo