Skip to main content

Variable: onDidNavigateToHistoryEntry

const onDidNavigateToHistoryEntry: Event<NavigateToHistoryEvent>

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

Fired when the user navigates back/forward through Podman Desktop's global history and lands on an entry previously pushed by this extension via navigation.pushHistoryEntry. The extension is responsible for restoring its own webview state accordingly (e.g. via postMessage).