Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAddEventListenerOptions

Hierarchy

  • IAddEventListenerOptions

Index

Properties

Properties

Optional once

once: boolean

Indicates that the listener should be invoked at most once after being added. If true, the listener would be automatically removed when invoked. https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

Optional passive

passive: boolean

If true, indicates that the function specified by listener will never call preventDefault() https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

Generated using TypeDoc