IFunctionCallOptions
Defined in: src/functions.ts:116
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cacheable? | boolean | Specifies if this call could be cached, even if the parent function/connection is not. | src/functions.ts:121 |
context | Context | Function call context. | src/functions.ts:118 |
progress? | ProgressIndicator | - | src/functions.ts:126 |
reportable? | boolean | Whether Func.beforeCommandExecuted and afterCommandExecuted events are fired. | src/functions.ts:124 |