WebIDLpedia

ScreenDetailed interface

Definition

Window Management defines ScreenDetailed



[Exposed=Window, SecureContext]
interface ScreenDetailed : Screen {
  readonly attribute long availLeft;
  readonly attribute long availTop;
  readonly attribute long left;
  readonly attribute long top;
  readonly attribute boolean isPrimary;
  readonly attribute boolean isInternal;
  readonly attribute float devicePixelRatio;
  readonly attribute DOMString label;
};

Methods and attributes that return objects implementing ScreenDetailed

Referring IDL interfaces/dictionaries