toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.navigation
/
NavigationHistoryEntry
Navigation
History
Entry
external
class
NavigationHistoryEntry
:
EventTarget
(
source
)
MDN Reference
Members
Properties
dispose
Event
Link copied to clipboard
val
disposeEvent
:
EventInstance
<
Event
,
NavigationHistoryEntry
,
NavigationHistoryEntry
>
MDN Reference
id
Link copied to clipboard
val
id
:
String
MDN Reference
index
Link copied to clipboard
val
index
:
JsLong
MDN Reference
key
Link copied to clipboard
val
key
:
String
MDN Reference
ondispose
Link copied to clipboard
var
ondispose
:
EventHandler
<
Event
,
NavigationHistoryEntry
,
NavigationHistoryEntry
>
?
MDN Reference
same
Document
Link copied to clipboard
val
sameDocument
:
Boolean
MDN Reference
url
Link copied to clipboard
val
url
:
String
?
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
get
State
Link copied to clipboard
fun
getState
(
)
:
Any
MDN Reference