@terascope/data-mate / function-configs/interfaces / FunctionContext
Interface: FunctionContext<T>
Defined in: data-mate/src/function-configs/interfaces.ts:143
Extended by
Type Parameters
Type Parameter | Default type |
---|---|
T extends Record <string , any > | Record <string , unknown > |
Properties
Property | Modifier | Type | Defined in |
---|---|---|---|
args | readonly | T | data-mate/src/function-configs/interfaces.ts:144 |
inputConfig? | readonly | DataTypeFieldAndChildren | data-mate/src/function-configs/interfaces.ts:145 |
outputConfig? | readonly | DataTypeFieldAndChildren | data-mate/src/function-configs/interfaces.ts:146 |
parent | readonly | unknown [] | Column <unknown , string > | data-mate/src/function-configs/interfaces.ts:147 |