Window

@native @JSGlobal("chrome.app.window") @JSType
object Window extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def create(url: String, options: UndefOr[CreateWindowOptions], callback: UndefOr[Function1[AppWindow, _]]): Unit
def get(id: Id): AppWindow
def getAll(): Array[AppWindow]

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 onBoundsChanged: Event[Function0[_]]
val onClosed: Event[Function0[_]]
val onFullscreened: Event[Function0[_]]
val onMaximized: Event[Function0[_]]
val onMinimized: Event[Function0[_]]
val onRestored: Event[Function0[_]]