Class SyntheticsTestResultVitalsMetrics

Web vitals metrics captured during a browser test step.

Hierarchy

  • SyntheticsTestResultVitalsMetrics

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
cls?: number

Cumulative Layout Shift score.

fcp?: number

First Contentful Paint in milliseconds.

inp?: number

Interaction to Next Paint in milliseconds.

lcp?: number

Largest Contentful Paint in milliseconds.

ttfb?: number

Time To First Byte in milliseconds.

url?: string

URL that produced the metrics.

Generated using TypeDoc