toggle menu
chrome-devtools-kotlin
6.2.0-1326544
common
switch theme
search in API
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
)
(undocumented in the protocol definition)
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
(undocumented in the protocol definition)
node
Id
Link copied to clipboard
val
nodeId
:
BackendNodeId
?
=
null
(undocumented in the protocol definition)
previous
Rect
Link copied to clipboard
val
previousRect
:
Rect
(undocumented in the protocol definition)