Interface: NavigationHistoryEntry
Defined in: packages/extension-api/src/extension-api.d.ts:5091
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:5097
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:5102
Display label shown for this entry in the history dropdown.