Skip to main content
Version: 11.x

Function: splitLink()

splitLink<TRouter>(opts): TRPCLink< TRouter >

Type parameters

ParameterDefault
TRouter extends Router< any, any, TRouter >AnyRouter

Parameters

ParameterTypeDescription
optsobject-
opts.condition(op) => boolean-
opts.falseTRPCLink< TRouter > | TRPCLink< TRouter >[]The link to execute next if the test function returns false.
opts.trueTRPCLink< TRouter > | TRPCLink< TRouter >[]The link to execute next if the test function returns true.

Returns

TRPCLink< TRouter >

Source

packages/client/src/links/splitLink.ts:9


Generated using TypeDoc and typedoc-plugin-markdown