19 lines
675 B
Markdown
19 lines
675 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SetDiscoverTargetsRequest](./puppeteer.protocol.target.setdiscovertargetsrequest.md)
|
||
|
|
||
|
## Protocol.Target.SetDiscoverTargetsRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SetDiscoverTargetsRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [discover](./puppeteer.protocol.target.setdiscovertargetsrequest.discover.md) | boolean | Whether to discover available targets. |
|
||
|
|