kotlin-stdlib
JS
kotlin-stdlib
/
org.w3c.dom
/
History
History
JS
abstract
external
class
History
Exposes the JavaScript
History
to Kotlin
Constructors
Functions
Properties
Constructors
History
Link copied to clipboard
JS
fun
History
(
)
Functions
back
Link copied to clipboard
JS
fun
back
(
)
forward
Link copied to clipboard
JS
fun
forward
(
)
go
Link copied to clipboard
JS
fun
go
(
delta
:
Int
=
definedExternally
)
push
State
Link copied to clipboard
JS
fun
pushState
(
data
:
Any
?
,
title
:
String
,
url
:
String
?
=
definedExternally
)
replace
State
Link copied to clipboard
JS
fun
replaceState
(
data
:
Any
?
,
title
:
String
,
url
:
String
?
=
definedExternally
)
Properties
length
Link copied to clipboard
JS
open
val
length
:
Int
scroll
Restoration
Link copied to clipboard
JS
open
var
scrollRestoration
:
ScrollRestoration
state
Link copied to clipboard
JS
open
val
state
:
Any
?