Skip to content

eo-typewriterjs


eo-typewriterjs / TUnselectEvent

Type Alias: TUnselectEvent

ts
type TUnselectEvent = TBaseEvent & object;

Defined in: core/events/types/unselect-event.type.ts:10

Type Declaration

NameTypeDefined in
timenumbercore/events/types/unselect-event.type.ts:11
cursorIdstringcore/events/types/unselect-event.type.ts:12
sourceCommandIdstringcore/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.

Released under the MIT License.