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

Properties

Properties

detail?: any
startTime?: number

Generated using TypeDoc