Type Alias: BaseFormula<ParamDefsT, ResultT, ContextT>¶
BaseFormula<
ParamDefsT,ResultT,ContextT> =PackFormulaDef<ParamDefsT,ResultT,ContextT> &object
Defined in: api.ts:1024
The base class for pack formula descriptors. Subclasses vary based on the return type of the formula.
Type Declaration¶
| Name | Type | Defined in |
|---|---|---|
resultType |
TypeOf<ResultT> |
api.ts:1029 |
Type Parameters¶
| Type Parameter | Default type |
|---|---|
ParamDefsT extends ParamDefs |
- |
ResultT extends PackFormulaResult |
- |
ContextT extends ExecutionContext |
ExecutionContext |