14 lines
551 B
Markdown
14 lines
551 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ProfileNode](./puppeteer.protocol.profiler.profilenode.md) > [positionTicks](./puppeteer.protocol.profiler.profilenode.positionticks.md)
|
||
|
|
||
|
## Protocol.Profiler.ProfileNode.positionTicks property
|
||
|
|
||
|
An array of source position ticks.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
positionTicks?: PositionTickInfo[];
|
||
|
```
|