[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [ProfileSnapshotRequest](./puppeteer.protocol.layertree.profilesnapshotrequest.md) > [clipRect](./puppeteer.protocol.layertree.profilesnapshotrequest.cliprect.md) ## Protocol.LayerTree.ProfileSnapshotRequest.clipRect property The clip rectangle to apply when replaying the snapshot. Signature: ```typescript clipRect?: DOM.Rect; ```