navigateToHistoryEntry

suspend fun navigateToHistoryEntry(args: Page.NavigateToHistoryEntryParameter, mode: CommandMode = CommandMode.DEFAULT)

Navigates current page to the given history entry.


suspend fun navigateToHistoryEntry(entryId: Int)

Navigates current page to the given history entry.

Parameters

entryId

Unique id of the entry to navigate to.