WebIDLpedia

PageRevealEvent interface

Definition

HTML Standard defines PageRevealEvent



[Exposed=Window]
interface PageRevealEvent : Event {
  constructor(DOMString type, optional PageRevealEventInit eventInitDict = {});
  readonly attribute ViewTransition? viewTransition;
};

Methods and attributes that return objects implementing PageRevealEvent