toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.promise
/
PromiseRejectionEventInit
Promise
Rejection
Event
Init
external
interface
PromiseRejectionEventInit
:
EventInit
(
source
)
Members
Properties
bubbles
Link copied to clipboard
abstract
val
bubbles
:
Boolean
?
cancelable
Link copied to clipboard
abstract
val
cancelable
:
Boolean
?
composed
Link copied to clipboard
abstract
val
composed
:
Boolean
?
promise
Link copied to clipboard
abstract
val
promise
:
Promise
<
*
>
reason
Link copied to clipboard
abstract
val
reason
:
JsError
?