Skip to content

GadgetSkippedEvent

Defined in: gadgets/types.ts:205

Event emitted when a gadget is skipped due to a failed dependency

failedDependency: string

Defined in: gadgets/types.ts:211

The invocation ID of the dependency that failed


failedDependencyError: string

Defined in: gadgets/types.ts:213

The error message from the failed dependency


gadgetName: string

Defined in: gadgets/types.ts:207


invocationId: string

Defined in: gadgets/types.ts:208


parameters: Record<string, unknown>

Defined in: gadgets/types.ts:209


type: "gadget_skipped"

Defined in: gadgets/types.ts:206