<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Runtime](./puppeteer.protocol.runtime.md) &gt; [CallFunctionOnRequest](./puppeteer.protocol.runtime.callfunctiononrequest.md) &gt; [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;
```