WebIDLpedia

WindowControlsOverlay interface

Definition

Window Controls Overlay defines WindowControlsOverlay



[Exposed=Window]
interface WindowControlsOverlay : EventTarget {
  readonly attribute boolean visible;
  DOMRect getTitlebarAreaRect();
  attribute EventHandler ongeometrychange;
};

Methods and attributes that return objects implementing WindowControlsOverlay

Referring IDL interfaces/dictionaries