Package elemental2.dom
Class LayoutShift
- java.lang.Object
-
- elemental2.dom.PerformanceEntry
-
- elemental2.dom.LayoutShift
-
@JsType(isNative=true, namespace="<global>") public class LayoutShift extends PerformanceEntry
-
-
Field Summary
Fields Modifier and Type Field Description boolean
hadRecentInput
double
lastInputTime
elemental2.core.JsArray<LayoutShiftAttribution>
sources
double
value
-
Fields inherited from class elemental2.dom.PerformanceEntry
duration, entryType, name, startTime
-
-
Constructor Summary
Constructors Constructor Description LayoutShift()
-
-
-
Field Detail
-
hadRecentInput
public boolean hadRecentInput
-
lastInputTime
public double lastInputTime
-
sources
public elemental2.core.JsArray<LayoutShiftAttribution> sources
-
value
public double value
-
-