Table of Contents

Class LayoutShift

Namespace
Selenium.WebDriver.BiDi.Cdp.PerformanceTimeline
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record LayoutShift : IEquatable<LayoutShift>
Inheritance
LayoutShift
Implements
Inherited Members

Constructors

LayoutShift(double, bool, TimeSinceEpoch, ImmutableArray<LayoutShiftAttribution>)

public LayoutShift(double Value, bool HadRecentInput, TimeSinceEpoch LastInputTime, ImmutableArray<LayoutShiftAttribution> Sources)

Parameters

Value double

Score increment produced by this event.

HadRecentInput bool
LastInputTime TimeSinceEpoch
Sources ImmutableArray<LayoutShiftAttribution>

Properties

HadRecentInput

public bool HadRecentInput { get; init; }

Property Value

bool

LastInputTime

public TimeSinceEpoch LastInputTime { get; init; }

Property Value

TimeSinceEpoch

Sources

public ImmutableArray<LayoutShiftAttribution> Sources { get; init; }

Property Value

ImmutableArray<LayoutShiftAttribution>

Value

Score increment produced by this event.

public double Value { get; init; }

Property Value

double