Skip to content

Home > @esengine/ecs-framework-monorepo > RpcRequestData

RpcRequestData interface

RPC请求数据

Signature:

typescript
export interface RpcRequestData

Properties

Property

Modifiers

Type

Description

args

any[]

callId

string

methodName

string

target

RpcTarget

timeout?

number

(Optional)

基于 MIT 许可证发布