14 lines
184 B
Markdown
14 lines
184 B
Markdown
---
|
|
sidebar_label: ConnectionTransport.onclose
|
|
---
|
|
|
|
# ConnectionTransport.onclose property
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface ConnectionTransport {
|
|
onclose?: () => void;
|
|
}
|
|
```
|