Skip to main content

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:

NameType
contextActionContext
paramsActionInputParameters‹TInputs›