19 lines
731 B
Markdown
19 lines
731 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [BackgroundService](./puppeteer.protocol.backgroundservice.md) > [StartObservingRequest](./puppeteer.protocol.backgroundservice.startobservingrequest.md)
|
||
|
|
||
|
## Protocol.BackgroundService.StartObservingRequest interface
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface StartObservingRequest
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [service](./puppeteer.protocol.backgroundservice.startobservingrequest.service.md) | [ServiceName](./puppeteer.protocol.backgroundservice.servicename.md) | |
|
||
|
|