JsArray

object JsArray extends Object

Factory for JsArray objects.

class Object
trait Any
class Object
trait Matchable
class Any
JsArray.type

Value members

Concrete methods

def apply[A](items: A*): JsArray[A]

Creates a new array with the given items.

Creates a new array with the given items.

def from[A](iterable: Iterable[A]): JsArray[A]

Creates a new array from js.Iterable.

Creates a new array from js.Iterable.

def isArray(arg: Any): Boolean

Returns true if the given value is an array.

Returns true if the given value is an array.

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object