kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
PerformanceTimeline
/
LayoutShiftAttribution
Layout
Shift
Attribution
@
Serializable
data
class
LayoutShiftAttribution
(
val
previousRect
:
DOM.Rect
,
val
currentRect
:
DOM.Rect
,
val
nodeId
:
Int
?
=
null
)
Members
Constructors
Layout
Shift
Attribution
Link copied to clipboard
constructor
(
previousRect
:
DOM.Rect
,
currentRect
:
DOM.Rect
,
nodeId
:
Int
?
=
null
)
Properties
current
Rect
Link copied to clipboard
val
currentRect
:
DOM.Rect
node
Id
Link copied to clipboard
val
nodeId
:
Int
?
=
null
previous
Rect
Link copied to clipboard
val
previousRect
:
DOM.Rect