eo-typewriterjs / TUnselectEvent
Type Alias: TUnselectEvent
ts
type TUnselectEvent = TBaseEvent & object;Defined in: core/events/types/unselect-event.type.ts:10
Type Declaration
| Name | Type | Defined in |
|---|---|---|
time | number | core/events/types/unselect-event.type.ts:11 |
cursorId | string | core/events/types/unselect-event.type.ts:12 |
sourceCommandId | string | core/events/types/unselect-event.type.ts:13 |
Description
A low-level scheduled event that clears the active selection for a specific cursor. This event is instant and does not consume any timeline duration.