kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Page
/
GetNavigationHistoryReturn
Get
Navigation
History
Return
@
Serializable
data
class
GetNavigationHistoryReturn
(
val
currentIndex
:
Int
,
val
entries
:
List
<
Page.NavigationEntry
>
)
Members
Constructors
Get
Navigation
History
Return
Link copied to clipboard
constructor
(
currentIndex
:
Int
,
entries
:
List
<
Page.NavigationEntry
>
)
Properties
current
Index
Link copied to clipboard
val
currentIndex
:
Int
Index of the current navigation history entry.
entries
Link copied to clipboard
val
entries
:
List
<
Page.NavigationEntry
>
Array of navigation history entries.