Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
scm
ContentLinesArrayLike
Interface ContentLinesArrayLike
interface
ContentLinesArrayLike
{
[iterator]
:
(
(
)
=>
IterableIterator
<
string
>
)
;
getLineContent
:
(
(
line
)
=>
string
)
;
length
:
number
;
[
n
:
number
]
:
string
;
}
Hierarchy (
view full
)
ContentLines
ArrayLike
<
string
>
ContentLinesArrayLike
Indexable
[
n:
number
]:
string
Index
Properties
[iterator]
get
Line
Content
length
Properties
[iterator]
[iterator]
:
(
(
)
=>
IterableIterator
<
string
>
)
Type declaration
(
)
:
IterableIterator
<
string
>
Returns
IterableIterator
<
string
>
get
Line
Content
get
Line
Content
:
(
(
line
)
=>
string
)
Type declaration
(
line
)
:
string
Parameters
line
:
number
Returns
string
Readonly
length
length
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
[iterator]
get
Line
Content
length
Theia TypeDoc
Loading...