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
readonlyid: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.