Iron Gorilla Developers

TriggerMetadata

Trigger metadata attached to a runtime invocation.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface TriggerMetadata

Properties

  • 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.

On this page