data class LargestContentfulPaint
See https://github.com/WICG/LargestContentfulPaint and largest_contentful_paint.idl
<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) |
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? |