UNPKG

text-manipulation

Version:

A NPM library that assists in text range manipulation

44 lines (23 loc) 821 B
[text-manipulation](../README.md) > ["buffer/text-range"](../modules/_buffer_text_range_.md) > [TextRange](../interfaces/_buffer_text_range_.textrange.md) # Interface: TextRange ## Hierarchy **TextRange** ## Implemented by * [ImmutableTextRange](../classes/_buffer_immutable_text_range_.immutabletextrange.md) * [MutableTextRange](../classes/_buffer_mutable_text_range_.mutabletextrange.md) ## Index ### Properties * [end](_buffer_text_range_.textrange.md#end) * [start](_buffer_text_range_.textrange.md#start) --- ## Properties <a id="end"></a> ### end **● end**: *[TextPosition](../classes/_buffer_text_position_.textposition.md)* The end of the range ___ <a id="start"></a> ### start **● start**: *[TextPosition](../classes/_buffer_text_position_.textposition.md)* The start of the range ___