O3 Framework / goBackInHistory
goBackInHistory(
toUrl:):void
Defined in: packages/framework/esm-navigation/src/history/history.ts:58
Rolls back the history to the specified point and navigates to that URL.
The URL in the history to navigate to. History after that index will be deleted. If the URL is not found in the history, an error will be thrown.
string
void