Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

PerformanceMark

PerformanceMark: { constructor: any; prototype: PerformanceMark }

Type declaration

  • constructor: function
    • new __type(markName: string, markOptions?: PerformanceMarkOptions): PerformanceMark
    • Parameters

      • markName: string
      • Optional markOptions: PerformanceMarkOptions

      Returns PerformanceMark

  • prototype: PerformanceMark

detail

Readonly duration

duration: DOMHighResTimeStamp

Readonly entryType

entryType: string

Readonly name

name: string

Readonly startTime

startTime: DOMHighResTimeStamp

Methods

toJSON

  • toJSON(): any

Generated using TypeDoc