[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. Signature: ```typescript objectGroup?: string; ```