Skip to main content
Version: Next

JSHandle.[__JSHandleSymbol] property

Used for nominally typing JSHandle.

Signature:

class JSHandle {
[__JSHandleSymbol]?: T;
}