data class GetNavigationHistoryResponse
Response type for the PageDomain.getNavigationHistory command.
<init> |
Response type for the PageDomain.getNavigationHistory command. GetNavigationHistoryResponse(: Int, : List<NavigationEntry>) |
currentIndex |
Index of the current navigation history entry. val currentIndex: Int |
entries |
Array of navigation history entries. val entries: List<NavigationEntry> |