Table of Contents

Class PromiseRejectionEventInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class PromiseRejectionEventInit : EventInit
Inheritance
PromiseRejectionEventInit
Inherited Members

Constructors

PromiseRejectionEventInit()

public PromiseRejectionEventInit()

Fields

Promise

[Value("promise")]
public required Object Promise

Field Value

Object

Reason

[Value("reason")]
public dynamic Reason

Field Value

dynamic