PerformanceMarkOptions

Options which are used in conjunction with performance.mark. Check out the MDN performance.mark() documentation for more details.

interface PerformanceMarkOptions {
detail?: any;
detail?: any;
startTime?: number;
startTime?: number;
}

§Properties

§
detail?: any
[src]

Metadata to be included in the mark.

§
detail?: any
[src]

Metadata to be included in the mark.

§
startTime?: number
[src]

Timestamp to be used as the mark time.

§
startTime?: number
[src]

Timestamp to be used as the mark time.