Iron Gorilla Developers

ManualTriggerDefinition

Manually-invoked trigger definition for an agent.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ManualTriggerDefinition

Properties

  • id (string): Stable trigger identifier unique within the agent.
  • type (manual): Trigger discriminant.
  • enabled (boolean): Whether the trigger is currently enabled.

On this page