GadgetSkippedEvent
Defined in: gadgets/types.ts:205
Event emitted when a gadget is skipped due to a failed dependency
Properties
Section titled “Properties”failedDependency
Section titled “failedDependency”failedDependency:
string
Defined in: gadgets/types.ts:211
The invocation ID of the dependency that failed
failedDependencyError
Section titled “failedDependencyError”failedDependencyError:
string
Defined in: gadgets/types.ts:213
The error message from the failed dependency
gadgetName
Section titled “gadgetName”gadgetName:
string
Defined in: gadgets/types.ts:207
invocationId
Section titled “invocationId”invocationId:
string
Defined in: gadgets/types.ts:208
parameters
Section titled “parameters”parameters:
Record<string,unknown>
Defined in: gadgets/types.ts:209
type:
"gadget_skipped"
Defined in: gadgets/types.ts:206