Preparing search index...
The search index is not available
sesaparcours
sesaparcours
types
<internal>
PromiseRejectionEventInit
Interface PromiseRejectionEventInit
interface
PromiseRejectionEventInit
{
bubbles
?:
boolean
;
cancelable
?:
boolean
;
composed
?:
boolean
;
promise
:
Promise
<
any
>
;
reason
?:
any
;
}
Hierarchy (
view full
)
EventInit
PromiseRejectionEventInit
Index
Properties
bubbles?
cancelable?
composed?
promise
reason?
Properties
Optional
bubbles
bubbles
?:
boolean
Optional
cancelable
cancelable
?:
boolean
Optional
composed
composed
?:
boolean
promise
promise
:
Promise
<
any
>
Optional
reason
reason
?:
any
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
bubbles
cancelable
composed
promise
reason
sesaparcours
Loading...