Documentation
Preparing search index...
rivetkit
mod
UniversalErrorEvent
Interface UniversalErrorEvent
interface
UniversalErrorEvent
{
colno
?:
number
;
currentTarget
?:
any
;
error
?:
any
;
filename
?:
string
;
lineno
?:
number
;
message
:
string
;
target
?:
any
;
type
:
string
;
}
Hierarchy (
View Summary
)
UniversalEvent
UniversalErrorEvent
Index
Properties
colno?
current
Target?
error?
filename?
lineno?
message
target?
type
Properties
Optional
colno
colno
?:
number
Optional
current
Target
currentTarget
?:
any
Optional
error
error
?:
any
Optional
filename
filename
?:
string
Optional
lineno
lineno
?:
number
message
message
:
string
Optional
target
target
?:
any
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
colno
current
Target
error
filename
lineno
message
target
type
Documentation
Loading...