size property

int get size

The size read-only property of the LargestContentfulPaint interface returns the intrinsic size of the element that is the largest contentful paint.

The size of the element is the width times height of the DOMRectReadOnly that this element creates on the screen.

Implementation

external int get size;