ClientMessageBroker

interface

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

Methods

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

Parameters

args

Type: UiArguments.

returnType

Type: Type | SerializerTypes | null.

Returns

Promise<any> | null

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/platform-webworker/ClientMessageBroker