2022-07-06 07:05:37 +00:00
|
|
|
---
|
|
|
|
sidebar_label: JSHandle.[__JSHandleSymbol]
|
|
|
|
---
|
|
|
|
|
|
|
|
# JSHandle.\[\_\_JSHandleSymbol\] property
|
|
|
|
|
|
|
|
Used for nominally typing [JSHandle](./puppeteer.jshandle.md).
|
|
|
|
|
2022-10-24 07:07:05 +00:00
|
|
|
#### Signature:
|
2022-07-06 07:05:37 +00:00
|
|
|
|
|
|
|
```typescript
|
|
|
|
class JSHandle {
|
|
|
|
[__JSHandleSymbol]?: T;
|
|
|
|
}
|
|
|
|
```
|