chrome-devtools-kotlin
Toggle table of contents
8.0.0-1410712
common
Platform filter
common
Switch theme
Search in API
chrome-devtools-kotlin
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)