eo-typewriterjs / TSelectionState
Type Alias: TSelectionState
ts
type TSelectionState = object;Defined in: core/state/types/typewriter-state.type.ts:10
Description
An active text selection range within the document owned by a specific cursor
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
from | readonly | number | core/state/types/typewriter-state.type.ts:11 |
to | readonly | number | core/state/types/typewriter-state.type.ts:12 |