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
Reason
[Value("reason")]
public dynamic Reason
Field Value
- dynamic