Skip to content

Function: executeFormulaFromPackDef()

executeFormulaFromPackDef<T>(packDef, formulaNameWithNamespace, params, context?, options?, __namedParameters?): Promise<T>

Defined in: testing/execution.ts:176

Type Parameters

Type Parameter Default type
T extends PackFormulaResult | GenericSyncFormulaResult any

Parameters

Parameter Type
packDef BasicPackDefinition
formulaNameWithNamespace string
params ParamValues<ParamDefs>
context? ExecutionContext
options? ExecuteOptions
__namedParameters? ContextOptions

Returns

Promise<T>