Table of Contents

Class AddEventListenerOptions

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

Constructors

AddEventListenerOptions()

public AddEventListenerOptions()

Fields

Once

[Value("once")]
public bool Once

Field Value

bool

Passive

[Value("passive")]
public bool Passive

Field Value

bool

Signal

[Value("signal")]
public AbortSignal Signal

Field Value

AbortSignal