Interface: MonitorStatusChangedEvent
Defined in: src/stores/sites/utils/statusUpdateHandler.ts:33
Internal
Monitor status changed event data structure.
Remarksโ
This represents the actual data structure sent from the backend when a monitor's status changes. Used for efficient incremental updates.
Propertiesโ
monitorIdโ
monitorId:
string
Defined in: src/stores/sites/utils/statusUpdateHandler.ts:34
newStatusโ
newStatus:
MonitorStatus
Defined in: src/stores/sites/utils/statusUpdateHandler.ts:35
previousStatusโ
previousStatus:
MonitorStatus
Defined in: src/stores/sites/utils/statusUpdateHandler.ts:36
siteIdโ
siteId:
string
Defined in: src/stores/sites/utils/statusUpdateHandler.ts:37