WebIDLpedia

NavigationEvent interface

Definition

CSS Spatial Navigation Level 1 defines NavigationEvent



[Exposed=Window]
interface NavigationEvent : UIEvent {
    constructor(DOMString type,
                optional NavigationEventInit eventInitDict = {});
    readonly attribute SpatialNavigationDirection dir;
    readonly attribute EventTarget? relatedTarget;
};

Methods and attributes that return objects implementing NavigationEvent