WebIDLpedia

NavigationDestination interface

Definition

HTML Standard defines NavigationDestination



[Exposed=Window]
interface NavigationDestination {
  readonly attribute USVString url;
  readonly attribute DOMString key;
  readonly attribute DOMString id;
  readonly attribute long long index;
  readonly attribute boolean sameDocument;

  any getState();
};

Methods and attributes that return objects implementing NavigationDestination

Referring IDL interfaces/dictionaries