puppeteer/docs/api/puppeteer.eventswithwildcard.md
2023-11-13 13:27:17 +01:00

17 lines
285 B
Markdown

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