types/ActionPerformFunction
@prismatic-io/spectral › "types/ActionPerformFunction"
Index
Interfaces
Type aliases
Type aliases
ActionPerformFunction
Ƭ ActionPerformFunction: function
Defined in packages/spectral/src/types/ActionPerformFunction.ts:12
Definition of the function to perform when an Action is invoked.
Type declaration:
▸ (context
: ActionContext, params
: ActionInputParameters‹TInputs›): Promise‹TReturn›
Parameters:
Name | Type |
---|---|
context | ActionContext |
params | ActionInputParameters‹TInputs› |