Returns the current cumulative layout shift score.
import { getCLSValue } from "datadog-ux-utils/layoutShifts";console.log("Current CLS:", getCLSValue()); Copy
import { getCLSValue } from "datadog-ux-utils/layoutShifts";console.log("Current CLS:", getCLSValue());
Returns the current cumulative layout shift score.