kdriver
Toggle table of contents
0.2.5
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
PerformanceTimeline
/
TimelineEvent
/
TimelineEvent
Timeline
Event
constructor
(
frameId
:
String
,
type
:
String
,
name
:
String
,
time
:
Double
,
duration
:
Double
?
=
null
,
lcpDetails
:
PerformanceTimeline.LargestContentfulPaint
?
=
null
,
layoutShiftDetails
:
PerformanceTimeline.LayoutShift
?
=
null
)