nx.js
Classes

PerformanceMark

See

https://developer.mozilla.org/docs/Web/API/PerformanceMark

Extends

Properties

PropertyModifierTypeInherited from
detailreadonlyunknown-
durationreadonlynumberPerformanceEntry.duration
entryTypereadonlystringPerformanceEntry.entryType
namereadonlystringPerformanceEntry.name
startTimereadonlynumberPerformanceEntry.startTime

Methods

toJSON()

toJSON(): object

Returns

object

NameType
detailunknown
durationnumber
entryTypestring
namestring
startTimenumber

Overrides

PerformanceEntry.toJSON

On this page