IFunctionRegistrationData
Defined in: js-api/src/functions.ts:106
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
isAsync? | boolean | - | js-api/src/functions.ts:110 |
namespace? | string | - | js-api/src/functions.ts:111 |
options? | object | Function options (the meta annotations) as key-value pairs. | js-api/src/functions.ts:113 |
run | (...args) => any | - | js-api/src/functions.ts:108 |
signature | string | - | js-api/src/functions.ts:107 |
tags? | string | - | js-api/src/functions.ts:109 |