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;
|
||
|
}
|
||
|
```
|