eo-typewriterjs / TTypewriterState
Type Alias: TTypewriterState
ts
type TTypewriterState = object;Defined in: core/state/types/typewriter-state.type.ts:19
Description
The full runtime state of the typewriter at any point in time
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
document | readonly | TRichTextDocument | core/state/types/typewriter-state.type.ts:20 |
cursors | readonly | Readonly<Record<string, TCursorState>> | core/state/types/typewriter-state.type.ts:21 |
selections | readonly | Readonly<Record<string, TSelectionState>> | core/state/types/typewriter-state.type.ts:22 |