GetNavigationHistoryResponse

@Serializable
data class GetNavigationHistoryResponse(val currentIndex: Int, val entries: List<NavigationEntry>)(source)

Response type for the PageDomain.getNavigationHistory command.

Constructors

Link copied to clipboard
constructor(currentIndex: Int, entries: List<NavigationEntry>)

Properties

Link copied to clipboard

Index of the current navigation history entry.

Link copied to clipboard

Array of navigation history entries.