IFunctionCallOptions
Defined in: js-api/src/functions.ts:117
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
cacheable? | boolean | Specifies if this call could be cached, even if the parent function/connection is not. | js-api/src/functions.ts:122 |
context | Context | Function call context. | js-api/src/functions.ts:119 |
progress? | ProgressIndicator | - | js-api/src/functions.ts:127 |
reportable? | boolean | Whether Func.beforeCommandExecuted and afterCommandExecuted events are fired. | js-api/src/functions.ts:125 |