IFunctionCallOptions
Defined in: js-api/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. | js-api/src/functions.ts:121 |
context | Context | Function call context. | js-api/src/functions.ts:118 |
progress? | ProgressIndicator | - | js-api/src/functions.ts:126 |
reportable? | boolean | Whether Func.beforeCommandExecuted and afterCommandExecuted events are fired. | js-api/src/functions.ts:124 |