Class LargestContentfulPaint
java.lang.Object
elemental2.dom.PerformanceEntry
elemental2.dom.LargestContentfulPaint
@JsType(isNative=true,
namespace="<global>")
public class LargestContentfulPaint
extends PerformanceEntry
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
double
double
Fields inherited from class elemental2.dom.PerformanceEntry
duration, entryType, name, startTime
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
element
-
id
-
loadTime
public double loadTime -
renderTime
public double renderTime -
size
public double size -
url
-
-
Constructor Details
-
LargestContentfulPaint
public LargestContentfulPaint()
-