クラス: TRPCUntypedClient<TRouter>
型パラメータ
パラメータ |
---|
TRouter extends AnyRouter |
コンストラクタ
constructor()
new TRPCUntypedClient<
TRouter
>(opts
):TRPCUntypedClient
<TRouter
>>
型パラメータ
パラメータ |
---|
TRouter extends Router < any , any , TRouter >> |
パラメータ
パラメータ | 型 |
---|---|
opts | CreateTRPCClientOptions < TRouter >> |
戻り値
TRPCUntypedClient
< TRouter
>>
ソース
packages/client/dist/internals/TRPCUntypedClient.d.ts:30
プロパティ
runtime
readonly
runtime:TRPCClientRuntime
ソース
packages/client/dist/internals/TRPCUntypedClient.d.ts:28
メソッド
mutation()
mutation(
path
,input
?,opts
?):Promise
<unknown
>>
パラメータ
パラメータ | 型 |
---|---|
path | 文字列 |
input ? | 不明 |
opts ? | TRPCRequestOptions |
戻り値
Promise
< unknown
>>
ソース
packages/client/dist/internals/TRPCUntypedClient.d.ts:34
query()
query(
path
,input
?,opts
?):Promise
<unknown
>>
パラメータ
パラメータ | 型 |
---|---|
path | 文字列 |
input ? | 不明 |
opts ? | TRPCRequestOptions |
戻り値
Promise
< unknown
>>
ソース
packages/client/dist/internals/TRPCUntypedClient.d.ts:33
subscription()
subscription(
path
,input
,opts
):Unsubscribable
パラメータ
パラメータ | 型 |
---|---|
path | 文字列 |
input | 不明 |
opts | Partial < TRPCSubscriptionObserver < unknown , TRPCClientError < AnyRouter >>> > >& TRPCRequestOptions |
戻り値
Unsubscribable
ソース
packages/client/dist/internals/TRPCUntypedClient.d.ts:35
TypeDoc と typedoc-plugin-markdownを使用して生成されました