Export

Function

Hierarchy

  • Function

Properties

_id?: any

Memberof

Function

can_evaluate?: any

A JSON expression that evaluates to true if the Function is allowed to run in response to an incoming request.

Memberof

Function

name?: any

A unique name for the Function.

Memberof

Function

private?: any

If 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.

Memberof

Function

source?: any

The stringified source code for the function. The code must be valid ES6.

Memberof

Function

Generated using TypeDoc