eo-typewriterjs / TInsertEvent
Type Alias: TInsertEvent
ts
type TInsertEvent = TBaseEvent & object;Defined in: core/events/types/insert-event.type.ts:11
Type Declaration
| Name | Type | Defined in |
|---|---|---|
time | number | core/events/types/insert-event.type.ts:12 |
cursorId | string | core/events/types/insert-event.type.ts:13 |
text | string | core/events/types/insert-event.type.ts:14 |
style? | TStyleRef | core/events/types/insert-event.type.ts:15 |
sourceCommandId | string | core/events/types/insert-event.type.ts:16 |
Description
A low-level scheduled event that inserts text at a cursor position