chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.performancetimeline / LargestContentfulPaint

LargestContentfulPaint

data class LargestContentfulPaint

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

Official doc

Constructors

<init>

See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl

LargestContentfulPaint(renderTime: TimeSinceEpoch, loadTime: TimeSinceEpoch, size: Double, elementId: String? = null, url: String? = null, nodeId: BackendNodeId? = null)

Properties

elementId

The id attribute of the element, if available.

val elementId: String?

loadTime

val loadTime: TimeSinceEpoch

nodeId

val nodeId: BackendNodeId?

renderTime

val renderTime: TimeSinceEpoch

size

The number of pixels being painted.

val size: Double

url

The URL of the image (may be trimmed).

val url: String?