Type Editor / @type-editor/commands / util/find-extended-mark-selection / ExtendedSelectionResult
Interface: ExtendedSelectionResult
Defined in: util/find-extended-mark-selection.ts:7
Result of attempting to find an extended selection for an empty selection.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
char? | string | The character or text that would be selected | util/find-extended-mark-selection.ts:15 |
found | boolean | Whether a valid character was found for extension | util/find-extended-mark-selection.ts:9 |
from | number | The start position of the extended selection | util/find-extended-mark-selection.ts:11 |
fromMark? | boolean | Whether the extended range was found via an existing mark | util/find-extended-mark-selection.ts:17 |
to | number | The end position of the extended selection | util/find-extended-mark-selection.ts:13 |