19 lines
692 B
Markdown
19 lines
692 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [SetBreakpointsActiveRequest](./puppeteer.protocol.debugger.setbreakpointsactiverequest.md)
|
|
|
|
## Protocol.Debugger.SetBreakpointsActiveRequest interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface SetBreakpointsActiveRequest
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [active](./puppeteer.protocol.debugger.setbreakpointsactiverequest.active.md) | boolean | New value for breakpoints active state. |
|
|
|