Package elemental2.dom
Class LayoutShiftAttribution
- java.lang.Object
-
- elemental2.dom.LayoutShiftAttribution
-
@JsType(isNative=true, namespace="<global>") public class LayoutShiftAttribution extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description DOMRectReadOnly
currentRect
Node
node
DOMRectReadOnly
previousRect
-
Constructor Summary
Constructors Constructor Description LayoutShiftAttribution()
-
-
-
Field Detail
-
currentRect
public DOMRectReadOnly currentRect
-
node
public Node node
-
previousRect
public DOMRectReadOnly previousRect
-
-