toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.performance
/
LargestContentfulPaint
Largest
Contentful
Paint
external
class
LargestContentfulPaint
:
PerformanceEntry
(
source
)
MDN Reference
Members
Properties
duration
Link copied to clipboard
val
duration
:
DOMHighResTimeStamp
element
Link copied to clipboard
val
element
:
Element
?
MDN Reference
entry
Type
Link copied to clipboard
val
entryType
:
String
id
Link copied to clipboard
val
id
:
String
MDN Reference
load
Time
Link copied to clipboard
val
loadTime
:
DOMHighResTimeStamp
MDN Reference
name
Link copied to clipboard
val
name
:
String
render
Time
Link copied to clipboard
val
renderTime
:
DOMHighResTimeStamp
MDN Reference
size
Link copied to clipboard
val
size
:
Int
MDN Reference
start
Time
Link copied to clipboard
val
startTime
:
DOMHighResTimeStamp
url
Link copied to clipboard
val
url
:
String
MDN Reference
Functions
to
JSON
Link copied to clipboard
open
override
fun
toJSON
(
)
:
Any
MDN Reference