Skip to main content

Interface: SiteEventData

Defined in: electron/UptimeOrchestrator.types.ts:42

Standardized metadata emitted with site-level events.

Properties

cascade?

optional cascade: boolean

Defined in: electron/UptimeOrchestrator.types.ts:44

Indicates whether the event was triggered as part of a cascade.


identifier?

optional identifier: string

Defined in: electron/UptimeOrchestrator.types.ts:46

Identifier of the site associated with the event.


site?

optional site: Site

Defined in: electron/UptimeOrchestrator.types.ts:48

Site state included with the event when available.


source?

optional source: "import" | "migration" | "user"

Defined in: electron/UptimeOrchestrator.types.ts:50

Origin of the site addition when relevant.


timestamp

timestamp: number

Defined in: electron/UptimeOrchestrator.types.ts:52

Timestamp associated with the event.


updatedFields?

optional updatedFields: string[]

Defined in: electron/UptimeOrchestrator.types.ts:54

Names of fields that were updated prior to emission.