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