Skip to main content

Interface: IFunctionCallOptions

dg.IFunctionCallOptions

Properties

cacheable

Optional cacheable: boolean

Specifies if this call could be cached, even if the parent function/connection is not.

Defined in

src/functions.ts:118


context

context: Context

Function call context.

Defined in

src/functions.ts:115


progress

Optional progress: ProgressIndicator

Defined in

src/functions.ts:123


reportable

Optional reportable: boolean

Whether Func.beforeCommandExecuted and afterCommandExecuted events are fired.

Defined in

src/functions.ts:121