UiArguments
class
class UiArguments {
constructor(method: string, args?: FnArg[])
method: string
args?: FnArg[]
} Constructor
|
| method | Type: |
| args | Type: Optional. Default is |
Properties
| Property | Description |
|---|---|
method: string | Declared in constructor. |
args?: FnArg[] | Declared in constructor. |
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v6.angular.io/api/platform-webworker/UiArguments