Typescript Library Declarations (DOM)
Interface PromiseRejectionEventInit
Hierarchy
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
bubbles
cancelable
composed
promise
reason