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.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
qc | QueryClient | null |
Returns
Section titled “Returns”void