Variable TrackEvent
TrackEvent: {
prototype: TrackEvent;
new (type: string, eventInitDict?: TrackEventInit): TrackEvent;
}
prototype: TrackEvent;
new (type: string, eventInitDict?: TrackEventInit): TrackEvent;
}
Type declaration
- new (type: string, eventInitDict?: TrackEventInit): TrackEvent
- Parameters- type: string
- OptionaleventInitDict: TrackEventInit
 - Returns TrackEvent
 
- prototype: TrackEvent