Skip to main content
PerformanceMarkOptions - Performance - Web documentation
interface PerformanceMarkOptions
Private
Options which are used in conjunction with `performance.mark`. Check out the MDN [`performance.mark()`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark#markoptions) documentation for more details.

Properties

optional
detail: any
Metadata to be included in the mark.
optional
startTime: number
Timestamp to be used as the mark time.

Properties

optional
detail: any
Metadata to be included in the mark.
optional
startTime: number
Timestamp to be used as the mark time.