21 lines
807 B
Markdown
21 lines
807 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) > [TargetInfoChangedEvent](./puppeteer.protocol.target.targetinfochangedevent.md)
|
||
|
|
||
|
## Protocol.Target.TargetInfoChangedEvent interface
|
||
|
|
||
|
Issued when some information about a target has changed. This only happens between `targetCreated` and `targetDestroyed`<!-- -->.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface TargetInfoChangedEvent
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [targetInfo](./puppeteer.protocol.target.targetinfochangedevent.targetinfo.md) | [TargetInfo](./puppeteer.protocol.target.targetinfo.md) | |
|
||
|
|