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

#include <OverflowEvent.h>

Inheritance diagram for WebCore::OverflowEvent::Init:
WebCore::EventInit WebCore::EventInit

Public Attributes

unsigned short orient { 0 }
 
bool horizontalOverflow { false }
 
bool verticalOverflow { false }
 
- Public Attributes inherited from WebCore::EventInit
bool bubbles { false }
 
bool cancelable { false }
 
bool composed { false }
 

Member Data Documentation

◆ horizontalOverflow

bool WebCore::OverflowEvent::Init::horizontalOverflow { false }

◆ orient

unsigned short WebCore::OverflowEvent::Init::orient { 0 }

◆ verticalOverflow

bool WebCore::OverflowEvent::Init::verticalOverflow { false }

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