[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. Signature: ```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. |