Window

@native @JSType
trait Window extends Object
Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

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

Concrete fields

val `type`: UndefOr[Type]
val alwaysOnTop: Boolean
val focused: Boolean
val height: UndefOr[Int]
val id: UndefOr[Id]
val incognito: Boolean
val left: UndefOr[Int]
val sessionId: UndefOr[Id]
val state: UndefOr[State]
val tabs: UndefOr[Array[Tab]]
val top: UndefOr[Int]
val width: UndefOr[Int]