WebIDLpedia

ScreenDetails interface

Definition

Window Management defines ScreenDetails



[Exposed=Window, SecureContext]
interface ScreenDetails : EventTarget {
  readonly attribute FrozenArray<ScreenDetailed> screens;
  readonly attribute ScreenDetailed currentScreen;

  attribute EventHandler onscreenschange;
  attribute EventHandler oncurrentscreenchange;
};

Methods and attributes that return objects implementing ScreenDetails

Referring IDL interfaces/dictionaries