puppeteer/docs/api/puppeteer.eventtype.md

12 lines
146 B
Markdown
Raw Normal View History

---
sidebar_label: EventType
---
# EventType type
**Signature:**
```typescript
export declare type EventType = string | symbol;
```