pl.wendigo.chrome.api.page / NavigateToHistoryEntryRequest

NavigateToHistoryEntryRequest

data class NavigateToHistoryEntryRequest (source)

Represents request frame that can be used with Page#navigateToHistoryEntry operation call.

Navigates current page to the given history entry.

Link
Page#navigateToHistoryEntry method documentation.

See Also

PageOperations.navigateToHistoryEntry

Constructors

<init>

NavigateToHistoryEntryRequest(entryId: Int)

Represents request frame that can be used with Page#navigateToHistoryEntry operation call.

Properties

entryId

val entryId: Int

Unique id of the entry to navigate to.