UiArguments

From Get docs
< @angular/platform-webworkerAngular/docs/9/api/platform-webworker/uiarguments


UiArguments

class deprecated

Deprecated: platform-webworker is deprecated in Angular and will be removed in a future version of Angular

class UiArguments {
  constructor(method: string, args?: FnArg[])
  method: string
  args?: FnArg[]
}

Constructor

constructor(method: string, args?: FnArg[])

Parameters
method string
args FnArg[] Optional. Default is undefined.


Properties

Property Description
method: string Declared in Constructor
args?: FnArg[] Declared in Constructor


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