ResizeObserverEntry

#include <ResizeObserverEntry.idl>

Public Attributes

Name
readonly attribute Elementtarget
readonly attribute DOMRectReadOnlycontentRect
readonly attribute sequence< ResizeObserverSize >borderBoxSize
readonly attribute sequence< ResizeObserverSize >contentBoxSize
readonly attribute sequence< ResizeObserverSize >devicePixelContentBoxSize

Public Attributes Documentation

variable target

readonly attribute Element target;

variable contentRect

readonly attribute DOMRectReadOnly contentRect;

variable borderBoxSize

readonly attribute sequence< ResizeObserverSize > borderBoxSize;

variable contentBoxSize

readonly attribute sequence< ResizeObserverSize > contentBoxSize;

variable devicePixelContentBoxSize

readonly attribute sequence< ResizeObserverSize > devicePixelContentBoxSize;