puppeteer/new-docs/puppeteer.protocol.target.gettargetsresponse.md
2020-07-13 14:01:35 +01:00

19 lines
688 B
Markdown

<!-- 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; [Target](./puppeteer.protocol.target.md) &gt; [GetTargetsResponse](./puppeteer.protocol.target.gettargetsresponse.md)
## Protocol.Target.GetTargetsResponse interface
<b>Signature:</b>
```typescript
export interface GetTargetsResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [targetInfos](./puppeteer.protocol.target.gettargetsresponse.targetinfos.md) | [TargetInfo](./puppeteer.protocol.target.targetinfo.md)<!-- -->\[\] | The list of targets. |