ReactorCallParams
Defined in: types/reactor.ts:188
Query parameters with optional call configuration. Used by: getQueryOptions, fetchQuery, callMethod
Extends
Section titled “Extends”ReactorQueryParams<A,M,T>
Type Parameters
Section titled “Type Parameters”A
M extends FunctionName<A>
T extends TransformKey = "candid"
Properties
Section titled “Properties”functionName
Section titled “functionName”functionName:
M
Defined in: types/reactor.ts:179
Inherited from
Section titled “Inherited from”ReactorQueryParams.functionName
optionalargs:ReactorArgs<A,M,T>
Defined in: types/reactor.ts:180
Inherited from
Section titled “Inherited from”queryKey?
Section titled “queryKey?”
optionalqueryKey: readonlyunknown[]
Defined in: types/reactor.ts:181
Inherited from
Section titled “Inherited from”callConfig?
Section titled “callConfig?”
optionalcallConfig:CallConfig
Defined in: types/reactor.ts:193