Visit www.yfiles.com for more information!
Home
API
Guide
Search
Ctrl
k
I
Listener
Options
Show Usages
Specifies options for the
addEventListener
methods.
Inheritance Hierarchy
I
ListenerOptions
Members
No filters for this type
Search Members
ctrl
f12
Properties
once
:
boolean
abstract
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
signal
:
AbortSignal
abstract
Removes the event listener as soon as the signal is canceled.