Table of Contents

Class ObservableEventListenerOptions

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ObservableEventListenerOptions
Inheritance
ObservableEventListenerOptions
Inherited Members

Constructors

ObservableEventListenerOptions()

public ObservableEventListenerOptions()

Fields

Capture

[Value("capture")]
public bool Capture

Field Value

bool

Passive

[Value("passive")]
public bool Passive

Field Value

bool