types/ActionPerformFunction
@prismatic-io/spectral › "types/ActionPerformFunction"
#
Index#
Interfaces#
Type aliases#
Type aliases#
ActionPerformFunctionƬ ActionPerformFunction: function
Defined in packages/spectral/src/types/ActionPerformFunction.ts:11
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› |