entryType property
A value representing the type of the recorded event.
This property is read-only.
![]() |
Syntax
| JavaScript |
|---|
ptr = object.entryType |
Property values
Type: DOMString
Represents the type of the recorded event. The following values are supported:
| Value | Condition |
|---|---|
|
Event is a PerformanceMark event. |
|
Event is a PerformanceMeasure event. |
|
Event is a performanceNavigation timing event. |
|
Event is a PerformanceResourceTiming event. |
Standards information
See also
Show:
