mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
22 lines
756 B
Markdown
22 lines
756 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SearchMatch](./puppeteer.protocol.debugger.searchmatch.md)
|
||
|
|
||
|
## Protocol.Debugger.SearchMatch interface
|
||
|
|
||
|
Search match for resource.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SearchMatch
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [lineContent](./puppeteer.protocol.debugger.searchmatch.linecontent.md) | string | Line with match content. |
|
||
|
| [lineNumber](./puppeteer.protocol.debugger.searchmatch.linenumber.md) | number | Line number in resource content. |
|
||
|
|