14 lines
689 B
Markdown
14 lines
689 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Runtime](./puppeteer.protocol.runtime.md) > [CallFunctionOnRequest](./puppeteer.protocol.runtime.callfunctiononrequest.md) > [objectGroup](./puppeteer.protocol.runtime.callfunctiononrequest.objectgroup.md)
|
|
|
|
## Protocol.Runtime.CallFunctionOnRequest.objectGroup property
|
|
|
|
Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
objectGroup?: string;
|
|
```
|