Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 3.03 KB

getallchecksmetrics.md

File metadata and controls

36 lines (31 loc) · 3.03 KB

GetAllChecksMetrics

Example Usage

import { GetAllChecksMetrics } from "@vercel/sdk/models/getallchecksop.js";

let value: GetAllChecksMetrics = {
  fcp: {
    value: 2686.88,
    source: "web-vitals",
  },
  lcp: {
    value: 8959.82,
    source: "web-vitals",
  },
  cls: {
    value: 6400.96,
    source: "web-vitals",
  },
  tbt: {
    value: 7453.23,
    source: "web-vitals",
  },
};

Fields

Field Type Required Description
fcp models.GetAllChecksFCP ✔️ N/A
lcp models.GetAllChecksLCP ✔️ N/A
cls models.GetAllChecksCLS ✔️ N/A
tbt models.GetAllChecksTBT ✔️ N/A
virtualExperienceScore models.GetAllChecksVirtualExperienceScore N/A