JsArray (original) (raw)

JavaScript Array

Since Kotlin

1.8

Constructors

Properties

Functions

Link copied to clipboard

Returns a new Array containing all the elements of this JsArray.

Since Kotlin 1.8

Link copied to clipboard

Returns a new List containing all the elements of this JsArray.

Since Kotlin 1.8

For a Dynamic value caught in JS, returns the corresponding Throwable if it was thrown from Kotlin, or null otherwise.

Since Kotlin 1.8

Cast JsAny to other Js type without runtime check

Since Kotlin 1.8