Display

@native @JSGlobal("chrome.system.display") @JSType
object Display extends Object
class Object
trait Any
class Object
trait Matchable
class Any

Type members

Types

type ID = String

Value members

Concrete methods

def getInfo(callback: Function1[Array[DisplayInfo], _]): Unit
def setDisplayProperties(id: ID, info: DisplayProperties, callback: UndefOr[Function0[_]]): Unit

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 onDisplayChanged: Event[Function0[_]]