Interface: SiteEventData
Defined in: electron/UptimeOrchestrator.types.ts:49
Standardized metadata emitted with site-level events.
Properties
cascade?
optional cascade?: boolean;
Defined in: electron/UptimeOrchestrator.types.ts:51
Indicates whether the event was triggered as part of a cascade.
identifier?
optional identifier?: string;
Defined in: electron/UptimeOrchestrator.types.ts:53
Identifier of the site associated with the event.
site?
optional site?: Site;
Defined in: electron/UptimeOrchestrator.types.ts:55
Site state included with the event when available.
source?
optional source?: "import" | "migration" | "user";
Defined in: electron/UptimeOrchestrator.types.ts:57
Origin of the site addition when relevant.
timestamp
timestamp: number;
Defined in: electron/UptimeOrchestrator.types.ts:59
Timestamp associated with the event.
updatedFields?
optional updatedFields?: string[];
Defined in: electron/UptimeOrchestrator.types.ts:61
Names of fields that were updated prior to emission.