WebIDLpedia

NavigationActivation interface

Definition

HTML Standard defines NavigationActivation



[Exposed=Window]
interface NavigationActivation {
  readonly attribute NavigationHistoryEntry? from;
  readonly attribute NavigationHistoryEntry entry;
  readonly attribute NavigationType navigationType;
};

Methods and attributes that return objects implementing NavigationActivation

Referring IDL interfaces/dictionaries