Get the Newsletter

getEntriesByName

A Method

getEntriesByName(name: string, entryType?: string): any

Returns a list of PerformanceEntry objects based on the given name and entry type.

Parameters

name: string
The name of the entry to retrieve
entryType?: string