toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-web
/
web.performance
/
PerformanceEventTiming
Performance
Event
Timing
sealed
external
class
PerformanceEventTiming
:
PerformanceEntry
(
source
)
MDN Reference
Members
Properties
cancelable
Link copied to clipboard
val
cancelable
:
Boolean
MDN Reference
duration
Link copied to clipboard
val
duration
:
DOMHighResTimeStamp
MDN Reference
entry
Type
Link copied to clipboard
val
entryType
:
String
MDN Reference
name
Link copied to clipboard
val
name
:
String
MDN Reference
processing
End
Link copied to clipboard
val
processingEnd
:
DOMHighResTimeStamp
MDN Reference
processing
Start
Link copied to clipboard
val
processingStart
:
DOMHighResTimeStamp
MDN Reference
start
Time
Link copied to clipboard
val
startTime
:
DOMHighResTimeStamp
MDN Reference
target
Link copied to clipboard
val
target
:
EventTarget
?
MDN Reference
Functions
to
JSON
Link copied to clipboard
open
override
fun
toJSON
(
)
:
Any
MDN Reference