Package-level declarations

Types

Link copied to clipboard

The NavigateEvent interface of the Navigation API is the event object for the navigate event, which fires when any type of navigation is initiated (this includes usage of History API features like History.go()). NavigateEvent provides access to information about that navigation, and allows developers to intercept and control the navigation handling.

Link copied to clipboard
Link copied to clipboard
open class Navigation : EventTarget

The Navigation interface of the Navigation API allows control over all navigation actions for the current window in one central place, including initiating navigations programmatically, examining navigation history entries, and managing navigations as they happen.

Link copied to clipboard

The NavigationActivation interface of the Navigation API represents a recent cross-document navigation. It contains the navigation type and outgoing and inbound document history entries.

Link copied to clipboard

The NavigationCurrentEntryChangeEvent interface of the Navigation API is the event object for the currententrychange event, which fires when the Navigation.currentEntry has changed.

Link copied to clipboard

The NavigationDestination interface of the Navigation API represents the destination being navigated to in the current navigation.

Link copied to clipboard
sealed interface NavigationFocusReset
Link copied to clipboard
sealed interface NavigationHistoryBehavior
Link copied to clipboard

The NavigationHistoryEntry interface of the Navigation API represents a single navigation history entry.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The NavigationPrecommitController interface of the Navigation API defines redirect behavior for a navigation precommit handler.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
sealed interface NavigationScrollBehavior
Link copied to clipboard

The NavigationTransition interface of the Navigation API represents an ongoing navigation, that is, a navigation that hasn't yet reached the navigatesuccess or navigateerror stage.

Link copied to clipboard
sealed interface NavigationType

Properties

Link copied to clipboard
Link copied to clipboard
external val navigation: Navigation

The navigation read-only property of the Window interface returns the current window's associated Navigation object.

Link copied to clipboard
Link copied to clipboard