UiArguments
class UiArguments {
constructor(method: string, args?: FnArg[])
method: string
args?: FnArg[]
}
构造函数
属性
| 属性 | 说明 |
|---|---|
method: string | Declared in constructor. |
args?: FnArg[] | Declared in constructor. |
class UiArguments {
constructor(method: string, args?: FnArg[])
method: string
args?: FnArg[]
}
| 属性 | 说明 |
|---|---|
method: string | Declared in constructor. |
args?: FnArg[] | Declared in constructor. |