Skip to main content

@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 ParameterDefault type
T extends Record<string, any>Record<string, unknown>

Properties

PropertyModifierTypeDefined in
argsreadonlyTdata-mate/src/function-configs/interfaces.ts:144
inputConfig?readonlyDataTypeFieldAndChildrendata-mate/src/function-configs/interfaces.ts:145
outputConfig?readonlyDataTypeFieldAndChildrendata-mate/src/function-configs/interfaces.ts:146
parentreadonlyunknown[] | Column<unknown, string>data-mate/src/function-configs/interfaces.ts:147