puppeteer/new-docs/puppeteer.protocol.debugger.searchmatch.md

22 lines
756 B
Markdown
Raw Normal View History

<!-- 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [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. |