ClientMessageBroker

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

方法

runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes): Promise<any> | null
      
      runOnService(args: UiArguments, returnType: Type<any> | SerializerTypes): Promise<any> | null
    
参数
args UiArguments
returnType Type | SerializerTypes
返回值

Promise<any> | null