14 lines
526 B
Markdown
14 lines
526 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [DOMDebugger](./puppeteer.protocol.domdebugger.md) > [DOMBreakpointType](./puppeteer.protocol.domdebugger.dombreakpointtype.md)
|
||
|
|
||
|
## Protocol.DOMDebugger.DOMBreakpointType type
|
||
|
|
||
|
DOM breakpoint type.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
export type DOMBreakpointType = ('subtree-modified' | 'attribute-modified' | 'node-removed');
|
||
|
```
|