LayoutShiftAttribution

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

(undocumented in the protocol definition)

Official doc

Constructors

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

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard
val nodeId: BackendNodeId? = null

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)