mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
14 lines
655 B
Markdown
14 lines
655 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) > [length](./puppeteer.protocol.domsnapshot.textboxsnapshot.length.md)
|
|
|
|
## Protocol.DOMSnapshot.TextBoxSnapshot.length property
|
|
|
|
The number of characters in this post layout textbox substring. Characters that would be represented as a surrogate pair in UTF-16 have length 2.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
length: integer[];
|
|
```
|