14 lines
225 B
Markdown
14 lines
225 B
Markdown
|
---
|
||
|
sidebar_label: BrowserLaunchArgumentOptions.debuggingPort
|
||
|
---
|
||
|
|
||
|
# BrowserLaunchArgumentOptions.debuggingPort property
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
interface BrowserLaunchArgumentOptions {
|
||
|
debuggingPort?: number;
|
||
|
}
|
||
|
```
|