Preparing search index...
The search index is not available
melonjs
melonjs
<internal>
HashChangeEventInit
Interface HashChangeEventInit
interface
HashChangeEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
newURL
?:
string
;
oldURL
?:
string
;
}
Hierarchy (
view full
)
EventInit
HashChangeEventInit
Index
Properties
bubbles?
cancelable?
composed?
newURL?
oldURL?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
Optional
newURL
newURL
?:
string
Optional
oldURL
oldURL
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
newURL
oldURL
melonjs
Loading...