Skip to main content
interface Profiler.ConsoleProfileStartedEventDataType

Properties

id: string

Location of console.profile().

optional
title: string | undefined

Profile title passed as an argument to console.profile().

Back to top