Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventsBrowserTimingInfo

Package version

interface

An interface representing EventsBrowserTimingInfo. The browser timing information

Hierarchy

  • EventsBrowserTimingInfo

Index

Properties

Optional name

name: undefined | string
member

{string} [name] The name of the page

Optional networkDuration

networkDuration: undefined | number
member

{number} [networkDuration] The network duration of the load

Optional performanceBucket

performanceBucket: undefined | string
member

{string} [performanceBucket] The performance bucket of the load

Optional processingDuration

processingDuration: undefined | number
member

{number} [processingDuration] The processing duration of the load

Optional receiveDuration

receiveDuration: undefined | number
member

{number} [receiveDuration] The receive duration of the load

Optional sendDuration

sendDuration: undefined | number
member

{number} [sendDuration] The send duration of the load

Optional totalDuration

totalDuration: undefined | number
member

{number} [totalDuration] The total duration of the load

Optional url

url: undefined | string
member

{string} [url] The url of the page

Optional urlHost

urlHost: undefined | string
member

{string} [urlHost] The host of the URL

Optional urlPath

urlPath: undefined | string
member

{string} [urlPath] The path of the URL

Generated using TypeDoc