WEBELO
HTML Visualizer & DOM Library
Loading...
Searching...
No Matches
AddEventListenerOptions Struct Reference

Public Member Functions

 AddEventListenerOptions (bool capture, std::optional< bool > passive, bool once, AbortSignal *signal=nullptr)

Public Attributes

bool capture
std::optional< bool > passive = std::nullopt
bool once = false
AbortSignalsignal

Detailed Description

Definition at line 290 of file Webelo.cpp.

Constructor & Destructor Documentation

◆ AddEventListenerOptions()

AddEventListenerOptions::AddEventListenerOptions ( bool capture,
std::optional< bool > passive,
bool once,
AbortSignal * signal = nullptr )
inline

Definition at line 296 of file Webelo.cpp.

Member Data Documentation

◆ capture

bool AddEventListenerOptions::capture

Definition at line 291 of file Webelo.cpp.

◆ once

bool AddEventListenerOptions::once = false

Definition at line 293 of file Webelo.cpp.

◆ passive

std::optional<bool> AddEventListenerOptions::passive = std::nullopt

Definition at line 292 of file Webelo.cpp.

◆ signal

AbortSignal* AddEventListenerOptions::signal

Definition at line 294 of file Webelo.cpp.


The documentation for this struct was generated from the following file: