Interface PerformanceMarkOptions

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

    Properties

    Properties

    detail?: any
    startTime?: number