puppeteer/docs/api/puppeteer.jshandle.___jshandlesymbol_.md

16 lines
239 B
Markdown
Raw Normal View History

---
sidebar_label: JSHandle.[__JSHandleSymbol]
---
# JSHandle.\[\_\_JSHandleSymbol\] property
Used for nominally typing [JSHandle](./puppeteer.jshandle.md).
**Signature:**
```typescript
class JSHandle {
[__JSHandleSymbol]?: T;
}
```