kilua-project
Toggle table of contents
0.0.19
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-dom
/
web.dom
/
PromiseRejectionEventInit
Promise
Rejection
Event
Init
interface
PromiseRejectionEventInit
:
EventInit
,
JsAny
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
var
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
var
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
var
composed
:
Boolean
?
promise
Link copied to clipboard
abstract
var
promise
:
Promise
<
*
>
?
reason
Link copied to clipboard
abstract
var
reason
:
JsAny
?