Skip to main content

IFunctionCallOptions

Defined in: js-api/src/functions.ts:117

Properties

PropertyTypeDescriptionDefined in
cacheable?booleanSpecifies if this call could be cached, even if the parent function/connection is not.js-api/src/functions.ts:122
contextContextFunction call context.js-api/src/functions.ts:119
progress?ProgressIndicator-js-api/src/functions.ts:127
reportable?booleanWhether Func.beforeCommandExecuted and afterCommandExecuted events are fired.js-api/src/functions.ts:125