Skip to main content

Type Alias: PerformanceObserverOptions

PerformanceObserverOptions: object

Type declaration

label?

optional label: Record<string, string> | (label) => string

measureFilter()?

optional measureFilter: (entry) => boolean

Parameters

entry: PerformanceEntry

Returns

boolean

Defined in

src/performance-observer.ts:45