Skip to content

Latest commit

 

History

History
86 lines (46 loc) · 1.9 KB

_buffer_immutable_text_range_.immutabletextrange.md

File metadata and controls

86 lines (46 loc) · 1.9 KB

text-manipulation > "buffer/immutable-text-range" > ImmutableTextRange

Class: ImmutableTextRange

Hierarchy

ImmutableTextRange

Implements

Index

Constructors

Properties

Accessors


Constructors

constructor

new ImmutableTextRange(interval: [TextPosition, TextPosition]): ImmutableTextRange

Parameters:

Param Type
interval [TextPosition, TextPosition]

Returns: ImmutableTextRange


Properties

<Private> _end

● _end: TextPosition


<Private> _start

● _start: TextPosition


Accessors

end

getend(): TextPosition

Returns: TextPosition


start

getstart(): TextPosition

Returns: TextPosition