Skip to content

setActiveQueryClient

function setActiveQueryClient(qc): void;

Defined in: packages/engine/src/services/DataQueryService.ts:31

Publish the QueryClient for the execution about to run. Set by the engine.

ParameterType
qcQueryClient | null

void