puppeteer/docs/api/puppeteer.eventswithwildcard.md

17 lines
285 B
Markdown
Raw Normal View History

2023-09-13 13:47:55 +00:00
---
sidebar_label: EventsWithWildcard
---
# EventsWithWildcard type
#### Signature:
```typescript
export type EventsWithWildcard<Events extends Record<EventType, unknown>> =
Events & {
'*': Events[keyof Events];
};
```
**References:** [EventType](./puppeteer.eventtype.md)