Class EventInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class EventInit
- Inheritance
-
EventInit
- Derived
- Inherited Members
Constructors
EventInit()
public EventInit()
Fields
Bubbles
[Value("bubbles")]
public bool Bubbles
Field Value
Cancelable
[Value("cancelable")]
public bool Cancelable
Field Value
Composed
[Value("composed")]
public bool Composed