A ResizeObserverEntry interface represents the size of an observed element after a resize.
Definition resize_observer_entry.hpp:14
std::vector< BoxSize > devicePixelContentBoxSize() const
The devicePixelContentBoxSize read-only property of the ResizeObserverEntry interface returns an arra...
Definition resize_observer_entry.cpp:46
DomRectReadOnly contentRect() const
The contentRect read-only property of the ResizeObserverEntry interface returns a DOMRectReadOnly obj...
Definition resize_observer_entry.cpp:41
std::vector< BoxSize > contentBoxSize() const
The contentBoxSize read-only property of the ResizeObserverEntry interface returns an array containin...
Definition resize_observer_entry.cpp:25
Nui::val target() const
The target read-only property of the ResizeObserverEntry interface returns a reference to the Element...
Definition resize_observer_entry.cpp:62
std::vector< BoxSize > borderBoxSize() const
The borderBoxSize read-only property of the ResizeObserverEntry interface returns an array containing...
Definition resize_observer_entry.cpp:9
Definition resize_observer_entry.hpp:19
double inlineSize
Definition resize_observer_entry.hpp:21
double blockSize
Definition resize_observer_entry.hpp:20