blob: 5ba1c40aaabf7528e4f033e67c404c8fd136d515 [file] [log] [blame]
// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Generated from Web IDL definitions.
import 'dart:js_interop';
import 'dom.dart';
import 'hr_time.dart';
import 'performance_timeline.dart';
@JS('LargestContentfulPaint')
@staticInterop
class LargestContentfulPaint implements PerformanceEntry {}
extension LargestContentfulPaintExtension on LargestContentfulPaint {
external JSObject toJSON();
external DOMHighResTimeStamp get renderTime;
external DOMHighResTimeStamp get loadTime;
external int get size;
external String get id;
external String get url;
external Element? get element;
}