toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
NodeArray
Node
Array
sealed
external
interface
NodeArray
<
out
T
:
Node
>
:
ReadonlyArrayAdapter
<
T
>
,
ReadonlyTextRange
(
source
)
Members
Members & Extensions
Properties
end
Link copied to clipboard
abstract
val
end
:
Double
has
Trailing
Comma
Link copied to clipboard
abstract
val
hasTrailingComma
:
Boolean
pos
Link copied to clipboard
abstract
val
pos
:
Double
Functions
as
Array
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asArray
(
)
:
ReadonlyArray
<
T
>
as
Sequence
Link copied to clipboard
inline
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
asSequence
(
)
:
Sequence
<
T
>
iterator
Link copied to clipboard
inline operator
fun
<
T
>
ReadonlyArrayAdapter
<
T
>
.
iterator
(
)
:
Iterator
<
T
>