14 lines
661 B
Markdown
14 lines
661 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) > [TextBoxSnapshot](./puppeteer.protocol.domsnapshot.textboxsnapshot.md) > [start](./puppeteer.protocol.domsnapshot.textboxsnapshot.start.md)
|
|
|
|
## Protocol.DOMSnapshot.TextBoxSnapshot.start property
|
|
|
|
The starting index in characters, for this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
start: integer[];
|
|
```
|