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
Passive
[Value("passive")]
public bool Passive
Field Value
Signal
[Value("signal")]
public AbortSignal Signal