TriggerMetadata
Trigger metadata attached to a runtime invocation.
SDK v2026.4.0
Kind: interface
Signature
export interface TriggerMetadataProperties
id(string): Trigger identifier that fired.type(TriggerType): Trigger type that fired.firedAt(string): ISO-8601 timestamp for when the trigger fired.source(string): Source subsystem that originated the trigger.metadata(Record): Arbitrary source-specific metadata captured for auditability.