Optional _idFunction
Optional can_A JSON expression that evaluates to true if the Function is allowed to run in response to an incoming request.
Function
Optional nameA unique name for the Function.
Function
Optional privateIf true, the function is hidden from client applications. You can still call a private function from JSON expressions and other functions, including incoming webhooks and triggers.
Function
Optional sourceThe stringified source code for the function. The code must be valid ES6.
Function
Generated using TypeDoc
Export
Function