Table of Contents

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

bool

Cancelable

[Value("cancelable")]
public bool Cancelable

Field Value

bool

Composed

[Value("composed")]
public bool Composed

Field Value

bool