Layout Shift
data class LayoutShift(value: Double, hadRecentInput: Boolean, lastInputTime: TimeSinceEpoch, sources: List<LayoutShiftAttribution>)
Content copied to clipboard
See https://wicg.github.io/layout-instability/#sec-layout-shift and layout_shift.idl
Constructors
LayoutShift
Link copied to clipboard
fun LayoutShift(value: Double, hadRecentInput: Boolean, lastInputTime: TimeSinceEpoch, sources: List<LayoutShiftAttribution>)
Content copied to clipboard
Properties
hadRecentInput
Link copied to clipboard
lastInputTime
Link copied to clipboard
sources
Link copied to clipboard
Sources
jvm source
Link copied to clipboard