Interface PerformancePaintTiming
interface PerformancePaintTiming {
duration: number;
entryType: string;
name: string;
startTime: number;
toJSON(): any;
}
duration: number;
entryType: string;
name: string;
startTime: number;
toJSON(): any;
}
Hierarchy
- PerformanceEntry
- PerformancePaintTiming (view full)
Properties
Readonly
duration
duration: number
Readonly
entryType
entryType : string
Readonly
name
name: string
Readonly
startTime
startTime : number
MDN Reference