webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
WebCore::MutationObserver::Init Struct Reference

#include <MutationObserver.h>

Public Attributes

bool childList
 
std::optional< bool > attributes
 
std::optional< bool > characterData
 
bool subtree
 
std::optional< bool > attributeOldValue
 
std::optional< bool > characterDataOldValue
 
std::optional< Vector< String > > attributeFilter
 

Member Data Documentation

◆ attributeFilter

std::optional< Vector< String > > WebCore::MutationObserver::Init::attributeFilter

◆ attributeOldValue

std::optional< bool > WebCore::MutationObserver::Init::attributeOldValue

◆ attributes

std::optional< bool > WebCore::MutationObserver::Init::attributes

◆ characterData

std::optional< bool > WebCore::MutationObserver::Init::characterData

◆ characterDataOldValue

std::optional< bool > WebCore::MutationObserver::Init::characterDataOldValue

◆ childList

bool WebCore::MutationObserver::Init::childList

◆ subtree

bool WebCore::MutationObserver::Init::subtree

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