data class LayoutShift
See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl
<init> |
See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl LayoutShift(value: Double, hadRecentInput: Boolean, lastInputTime: TimeSinceEpoch, sources: List<LayoutShiftAttribution>) |
hadRecentInput |
val hadRecentInput: Boolean |
lastInputTime |
val lastInputTime: TimeSinceEpoch |
sources |
val sources: List<LayoutShiftAttribution> |
value |
Score increment produced by this event. val value: Double |