Skip to content

@ralphschuler.ai function caller.index.<internal>.AddEventListenerOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: AddEventListenerOptions

index.<internal>.AddEventListenerOptions

Hierarchy

Table of contents

Properties

Properties

capture

Optional capture: boolean

Not directly used by Node.js. Added for API completeness. Default: false.

Inherited from

EventListenerOptions.capture

Defined in

node_modules/@types/node/dom-events.d.ts:84


once

Optional once: boolean

When true, the listener is automatically removed when it is first invoked. Default: false.

Defined in

node_modules/@types/node/dom-events.d.ts:89


passive

Optional passive: boolean

When true, serves as a hint that the listener will not call the Event object's preventDefault() method. Default: false.

Defined in

node_modules/@types/node/dom-events.d.ts:91

Typescript Libraries

Modules

Namespaces

Clone this wiki locally