You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Total layout shift score that occurred on the view (deprecated in favor of `view.performance.cls.score`)
1000
1010
*/
1001
1011
readonlycumulative_layout_shift?: number
1002
1012
/**
1013
+
* @deprecated
1003
1014
* Duration in ns between start of the view and start of the largest layout shift contributing to CLS (deprecated in favor of `view.performance.cls.timestamp`)
1004
1015
*/
1005
1016
readonlycumulative_layout_shift_time?: number
1006
1017
/**
1018
+
* @deprecated
1007
1019
* CSS selector path of the first element (in document order) of the largest layout shift contributing to CLS (deprecated in favor of `view.performance.cls.target_selector`)
0 commit comments