14 lines
174 B
Markdown
14 lines
174 B
Markdown
---
|
|
sidebar_label: ConnectOptions.browserURL
|
|
---
|
|
|
|
# ConnectOptions.browserURL property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface ConnectOptions {
|
|
browserURL?: string;
|
|
}
|
|
```
|