Class AggregatedSlowInteractionLongTask

Aggregated slow interaction with long task detection grouped by action and selector.

Hierarchy

  • AggregatedSlowInteractionLongTask

Constructors

Properties

actionType: string

Type of user interaction that triggered the slow response.

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
avgBlockingDuration: number

Average long task blocking duration in nanoseconds.

avgDuration: number

Average total interaction duration in nanoseconds.

fingerprint: string

Unique fingerprint identifying this detection group.

impactScore: number

Impact score combining view frequency and blocking severity.

instanceCount: number

Total number of detection instances across sampled views.

selector: null | string

CSS selector of the element that was interacted with.

selectorNormalized: null | string

Normalized CSS selector with dynamic parts replaced.

viewOccurrences: number

Number of sampled views where this detection occurred.

Generated using TypeDoc