Class LayoutShift
- java.lang.Object
-
- org.openqa.selenium.devtools.v96.performancetimeline.model.LayoutShift
-
public class LayoutShift extends java.lang.ObjectSee https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl
-
-
Constructor Summary
Constructors Constructor Description LayoutShift(java.lang.Number value, java.lang.Boolean hadRecentInput, TimeSinceEpoch lastInputTime, java.util.List<LayoutShiftAttribution> sources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetHadRecentInput()TimeSinceEpochgetLastInputTime()java.util.List<LayoutShiftAttribution>getSources()java.lang.NumbergetValue()Score increment produced by this event.
-
-
-
Constructor Detail
-
LayoutShift
public LayoutShift(java.lang.Number value, java.lang.Boolean hadRecentInput, TimeSinceEpoch lastInputTime, java.util.List<LayoutShiftAttribution> sources)
-
-
Method Detail
-
getValue
public java.lang.Number getValue()
Score increment produced by this event.
-
getHadRecentInput
public java.lang.Boolean getHadRecentInput()
-
getLastInputTime
public TimeSinceEpoch getLastInputTime()
-
getSources
public java.util.List<LayoutShiftAttribution> getSources()
-
-