Skip to main content

Interface: NavigateToHistoryEvent

Defined in: packages/extension-api/src/extension-api.d.ts:5111

Event payload fired by navigation.onDidNavigateToHistoryEntry when the user navigates back/forward to an entry previously pushed by this extension.

Properties

id

readonly id: string

Defined in: packages/extension-api/src/extension-api.d.ts:5116

The id of the history entry the user navigated to. The extension should restore its webview state accordingly.