UiArguments
已弃用: 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[]
}
    构造函数
属性
| 属性 | 说明 | 
|---|---|
 method: string | Declared in constructor. | 
 args?: FnArg[] | Declared in constructor. |