I

ListenerOptions

Specifies options for the addEventListener methods.
Inheritance Hierarchy

Members

No filters for this type

Properties

Gets or sets a boolean value indicating whether the event listener should be called at most once.
If `true`, the event listener is called at most once and removed afterward.
abstract
Removes the event listener as soon as the signal is canceled.