Skip to main content
Version: 11.x

Interface: TRPCConnectionParamsMessage

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:150

The client sends connection params - always sent as the first message

Extends

Properties

data

data: null | Dict<string>

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:152


id?

optional id: RequestId

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:25

Inherited from

BaseRequest.id


jsonrpc?

optional jsonrpc: "2.0"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:26

Inherited from

BaseRequest.jsonrpc


method

method: "connectionParams"

Defined in: packages/server/src/unstable-core-do-not-import/rpc/envelopes.ts:31

Inherited from

BaseRequest.method