klyn.gui.windows.browser.BrowserNavigationEvent.historyNavigation
property
public readonly property historyNavigation as Boolean
Description

Whether this navigation comes from history traversal.

Example
if event.historyNavigation:
print("History traversal")