Interface PromiseRejectionEventInit

interface PromiseRejectionEventInit {
bubbles ?: boolean;
cancelable ?: boolean;
composed ?: boolean;
promise : Promise<any>;
reason ?: any;
}

Hierarchy (view full)

Properties

Optionalbubbles

bubbles?: boolean

Optionalcancelable

cancelable?: boolean

Optionalcomposed

composed?: boolean

promise

promise: Promise<any>

Optionalreason

reason?: any

Settings

Member Visibility

On This Page

AltStyle によって変換されたページ (->オリジナル) /