Added ca;;

2026-01-28 13:43:58 +01:00
parent cdbe6c57cb
commit e6d1fb5049

@@ -92,6 +92,18 @@ api.onResize(callback);
| -------- | -------- | -------------------------------------------------------- |
| callback | function | Function that will be called when the module is resized. |
### onReconnect
Register a listener for when the module reconnects to the server.
```javascript
api.onReconnect(callback);
```
| Argument | Type | Description |
| -------- | -------- | ------------------------------------------------------------ |
| callback | function | Function that will be called when the module is reconnected. |
## Getters
### dom