mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
5ff205dc8b
* fix: extends `ElementHandle` to `Node`s (#8552)
16 lines
239 B
Markdown
16 lines
239 B
Markdown
---
|
|
sidebar_label: JSHandle.[__JSHandleSymbol]
|
|
---
|
|
|
|
# JSHandle.\[\_\_JSHandleSymbol\] property
|
|
|
|
Used for nominally typing [JSHandle](./puppeteer.jshandle.md).
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
class JSHandle {
|
|
[__JSHandleSymbol]?: T;
|
|
}
|
|
```
|