ClientMessageBroker

interface ClientMessageBroker { runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null }

方法

runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes | null): Promise<any> | null

参数

args

Type: UiArguments.

returnType

Type: Type | SerializerTypes | null.

返回值

Promise<any> | null