Home > @activeviam/activeui-sdk > ActiveMonitorMessage
ActiveMonitorMessage interface
A message received from ActiveMonitor websocket.
Signature:
export interface ActiveMonitorMessage
Properties
| Property | Type | Description |
|---|---|---|
| content | ActiveMonitorMessageContent | |
| id | number | |
| read | boolean | |
| sender | string | |
| time | Timestamp | |
| title | string | |
| type | string |