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