chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.performancetimeline
/
LayoutShiftAttribution
Layout
Shift
Attribution
@
Serializable
data
class
LayoutShiftAttribution
(
val
previousRect
:
Rect
,
val
currentRect
:
Rect
,
val
nodeId
:
BackendNodeId
?
=
null
)
(
source
)
Official doc
Members
Constructors
Layout
Shift
Attribution
Link copied to clipboard
constructor
(
previousRect
:
Rect
,
currentRect
:
Rect
,
nodeId
:
BackendNodeId
?
=
null
)
Properties
current
Rect
Link copied to clipboard
val
currentRect
:
Rect
node
Id
Link copied to clipboard
val
nodeId
:
BackendNodeId
?
=
null
previous
Rect
Link copied to clipboard
val
previousRect
:
Rect