14 lines
597 B
Markdown
14 lines
597 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) > [LayoutTreeSnapshot](./puppeteer.protocol.domsnapshot.layouttreesnapshot.md) > [stackingContexts](./puppeteer.protocol.domsnapshot.layouttreesnapshot.stackingcontexts.md)
|
||
|
|
||
|
## Protocol.DOMSnapshot.LayoutTreeSnapshot.stackingContexts property
|
||
|
|
||
|
Stacking context information.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
stackingContexts: RareBooleanData;
|
||
|
```
|