@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="ResizeObserverEntry")
public class ResizeObserverEntry
extends JsObject
| Modifier | Constructor and Description |
|---|---|
protected |
ResizeObserverEntry() |
| Modifier and Type | Method and Description |
|---|---|
JsArray<ResizeObserverSize> |
borderBoxSize() |
JsArray<ResizeObserverSize> |
contentBoxSize() |
DOMRectReadOnly |
contentRect() |
JsArray<ResizeObserverSize> |
devicePixelContentBoxSize() |
Element |
target() |
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, values@JsProperty(name="borderBoxSize") @Nonnull public JsArray<ResizeObserverSize> borderBoxSize()
@JsProperty(name="contentBoxSize") @Nonnull public JsArray<ResizeObserverSize> contentBoxSize()
@JsProperty(name="contentRect") @Nonnull public DOMRectReadOnly contentRect()
@JsProperty(name="devicePixelContentBoxSize") @Nonnull public JsArray<ResizeObserverSize> devicePixelContentBoxSize()
@JsProperty(name="target") @Nonnull public Element target()