puppeteer/new-docs/puppeteer.protocol.domsnapshot.layouttreenode.isstackingcontext.md

14 lines
615 B
Markdown
Raw Normal View History

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [DOMSnapshot](./puppeteer.protocol.domsnapshot.md) &gt; [LayoutTreeNode](./puppeteer.protocol.domsnapshot.layouttreenode.md) &gt; [isStackingContext](./puppeteer.protocol.domsnapshot.layouttreenode.isstackingcontext.md)
## Protocol.DOMSnapshot.LayoutTreeNode.isStackingContext property
Set to true to indicate the element begins a new stacking context.
<b>Signature:</b>
```typescript
isStackingContext?: boolean;
```