Type.ForFunction

Syntax

Type.ForFunction(signature as record, min as number) as type

Description

Creates a function type from signature, a record of ReturnType and Parameters, and min, the minimum number of arguments required to invoke the function.

Reference Data

https://docs.microsoft.com/en-us/powerquery-m/power-query-m-function-reference

Power Query M Functions / Type Functions / Type.ForFunction