LayoutShiftAttribution

@Serializable
data class LayoutShiftAttribution(val previousRect: DOM.Rect, val currentRect: DOM.Rect, val nodeId: Int? = null)

Constructors

Link copied to clipboard
constructor(previousRect: DOM.Rect, currentRect: DOM.Rect, nodeId: Int? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val nodeId: Int? = null
Link copied to clipboard