The from read-only property of the NavigationTransition interface returns the NavigationHistoryEntry that the transition is coming from.
from
NavigationTransition
NavigationHistoryEntry
A NavigationHistoryEntry object.
console.log(navigation.transition.from);