types/DataSourcePerformFunction
@prismatic-io/spectral › "types/DataSourcePerformFunction"
#
Index#
Interfaces#
Type aliases#
Type aliases#
DataSourcePerformFunctionƬ DataSourcePerformFunction: function
Defined in packages/spectral/src/types/DataSourcePerformFunction.ts:19
Definition of the function to perform when a Data Source is invoked.
#
Type declaration:▸ (context
: DataSourceContext, params
: ActionInputParameters‹TInputs›): Promise‹DataSourceResult‹TDataSourceType››
Parameters:
Name | Type |
---|---|
context | DataSourceContext |
params | ActionInputParameters‹TInputs› |