eo-typewriterjs / TCursorState
Type Alias: TCursorState
ts
type TCursorState = object;Defined in: core/state/types/cursor-state.type.ts:9
Description
The runtime state of a single cursor
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
id | readonly | string | core/state/types/cursor-state.type.ts:10 |
index | readonly | number | core/state/types/cursor-state.type.ts:11 |
visible | readonly | boolean | core/state/types/cursor-state.type.ts:12 |
renderOptions | readonly | TResolvedCursorRenderOptions | core/state/types/cursor-state.type.ts:13 |