Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.history
/
HashChangeEventInit
Hash
Change
Event
Init
interface
HashChangeEventInit
:
EventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
new
URL
Link copied to clipboard
abstract
val
newURL
:
String
?
old
URL
Link copied to clipboard
abstract
val
oldURL
:
String
?