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

14 lines
520 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) &gt; [lineContent](./puppeteer.protocol.debugger.searchmatch.linecontent.md)
## Protocol.Debugger.SearchMatch.lineContent property
Line with match content.
<b>Signature:</b>
```typescript
lineContent: string;
```