LayoutShiftAttribution

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

Official doc

Constructors

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

Properties

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