Skip to content

Type Editor


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

PropertyTypeDescriptionDefined in
char?stringThe character or text that would be selectedutil/find-extended-mark-selection.ts:15
foundbooleanWhether a valid character was found for extensionutil/find-extended-mark-selection.ts:9
fromnumberThe start position of the extended selectionutil/find-extended-mark-selection.ts:11
fromMark?booleanWhether the extended range was found via an existing markutil/find-extended-mark-selection.ts:17
tonumberThe end position of the extended selectionutil/find-extended-mark-selection.ts:13