Typescript Library Declarations (DOM)
Interface ErrorEventInit
interface
ErrorEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
colno
?:
number
;
composed
?:
boolean
;
error
?:
any
;
filename
?:
string
;
lineno
?:
number
;
message
?:
string
;
}
Hierarchy
EventInit
ErrorEventInit (
view full
)
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
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
colno
composed
error
filename
lineno
message
Typescript Library Declarations (DOM)