Interface: NavigationHistoryEntry
Defined in: packages/extension-api/src/extension-api.d.ts:5092
An entry that an extension pushes onto Podman Desktop's global back/forward navigation history, e.g. to reflect an internal SPA navigation inside one of its webviews.
Properties
id
readonlyid:string
Defined in: packages/extension-api/src/extension-api.d.ts:5098
Opaque identifier for this entry. Passed back verbatim to listeners registered with navigation.onDidNavigateToHistoryEntry when the user navigates back/forward to this entry. Only meaningful to the extension that pushed it.
label
readonlylabel:string
Defined in: packages/extension-api/src/extension-api.d.ts:5103
Display label shown for this entry in the history dropdown.