puppeteer/new-docs/puppeteer.protocol.debugger.searchmatch.linecontent.md
2020-07-13 14:01:35 +01:00

14 lines
520 B
Markdown

<!-- 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;
```