bndr-js - v0.18.0 / GeneratorOptions
Interface: GeneratorOptions
Hierarchy
AddEventListenerOptions
↳
GeneratorOptions
Properties
capture
• Optional
capture: boolean
Inherited from
AddEventListenerOptions.capture
Defined in
node_modules/typescript/lib/lib.dom.d.ts:459
once
• Optional
once: boolean
Inherited from
AddEventListenerOptions.once
Defined in
node_modules/typescript/lib/lib.dom.d.ts:24
passive
• Optional
passive: boolean
Inherited from
AddEventListenerOptions.passive
Defined in
node_modules/typescript/lib/lib.dom.d.ts:25
preventDefault
• Optional
preventDefault: boolean
Defined in
signal
• Optional
signal: AbortSignal
Inherited from
AddEventListenerOptions.signal
Defined in
node_modules/typescript/lib/lib.dom.d.ts:26
stopPropagation
• Optional
stopPropagation: boolean