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: stringOptionaleventInitDict: TrackEventInit
Returns TrackEvent
prototype: TrackEvent