@motion-script/core / TextRange
Interface: TextRange
Defined in: nodes/text/text-selection.ts:13
A half-open character range [start, end) of a Text node's string.
Properties
end
end:
number
Defined in: nodes/text/text-selection.ts:15
start
start:
number
Defined in: nodes/text/text-selection.ts:14