NavigationTransition: from property

The from read-only property of the NavigationTransition interface returns the NavigationHistoryEntry that the transition is coming from.

Value

A NavigationHistoryEntry object.

Examples

js
console.log(navigation.transition.from);

Specifications

See also