Layout Shift Attribution
data class LayoutShiftAttribution(previousRect: Rect, currentRect: Rect, nodeId: BackendNodeId?)
Content copied to clipboard
Constructors
LayoutShiftAttribution
Link copied to clipboard
fun LayoutShiftAttribution(previousRect: Rect, currentRect: Rect, nodeId: BackendNodeId? = null)
Content copied to clipboard
Properties
currentRect
Link copied to clipboard
nodeId
Link copied to clipboard
previousRect
Link copied to clipboard
Sources
jvm source
Link copied to clipboard