Variable: RENDERER_EVENT_CHANNELS
constRENDERER_EVENT_CHANNELS: {CACHE_INVALIDATED:"cache:invalidated";MONITOR_CHECK_COMPLETED:"monitor:check-completed";MONITOR_DOWN:"monitor:down";MONITOR_STATUS_CHANGED:"monitor:status-changed";MONITOR_UP:"monitor:up";MONITORING_STARTED:"monitoring:started";MONITORING_STOPPED:"monitoring:stopped";SETTINGS_HISTORY_LIMIT_UPDATED:"settings:history-limit-updated";SITE_ADDED:"site:added";SITE_REMOVED:"site:removed";SITE_UPDATED:"site:updated";STATE_SYNC:"state-sync-event";TEST_EVENT:"test-event";UPDATE_STATUS:"update-status"; }
Defined in: shared/ipc/rendererEvents.ts:35
Canonical list of renderer IPC channels used for backend โ renderer events.
Type Declarationโ
CACHE_INVALIDATEDโ
readonlyCACHE_INVALIDATED:"cache:invalidated"="cache:invalidated"
Broadcast cache invalidation events.
MONITOR_CHECK_COMPLETEDโ
readonlyMONITOR_CHECK_COMPLETED:"monitor:check-completed"="monitor:check-completed"
Broadcast monitor check completion events.
MONITOR_DOWNโ
readonlyMONITOR_DOWN:"monitor:down"="monitor:down"
Broadcast monitor down events.
MONITOR_STATUS_CHANGEDโ
readonlyMONITOR_STATUS_CHANGED:"monitor:status-changed"="monitor:status-changed"
Broadcast monitor status change events with enriched payloads.
MONITOR_UPโ
readonlyMONITOR_UP:"monitor:up"="monitor:up"
Broadcast monitor up events.
MONITORING_STARTEDโ
readonlyMONITORING_STARTED:"monitoring:started"="monitoring:started"
Broadcast monitoring lifecycle start events.
MONITORING_STOPPEDโ
readonlyMONITORING_STOPPED:"monitoring:stopped"="monitoring:stopped"
Broadcast monitoring lifecycle stop events.
SETTINGS_HISTORY_LIMIT_UPDATEDโ
readonlySETTINGS_HISTORY_LIMIT_UPDATED:"settings:history-limit-updated"="settings:history-limit-updated"
Broadcast history limit updates originating from the database.
SITE_ADDEDโ
readonlySITE_ADDED:"site:added"="site:added"
Broadcast site added events.
SITE_REMOVEDโ
readonlySITE_REMOVED:"site:removed"="site:removed"
Broadcast site removed events.
SITE_UPDATEDโ
readonlySITE_UPDATED:"site:updated"="site:updated"
Broadcast site updated events.
STATE_SYNCโ
readonlySTATE_SYNC:"state-sync-event"="state-sync-event"
Broadcast incremental state synchronisation snapshots.
TEST_EVENTโ
readonlyTEST_EVENT:"test-event"="test-event"
Broadcast development/test events.
UPDATE_STATUSโ
readonlyUPDATE_STATUS:"update-status"="update-status"
Broadcast auto-updater status transitions.