ui/web
ui/web
目录
接口
类型别名
类型别名
InvokeRequestHandler
Ƭ InvokeRequestHandler: (event
: InvokeEvent
, ...args
: any
) => any
| Promise
<any
>
Type declaration
▸ (event
, ...args
): any
| Promise
<any
>
参数
名称 | 类型 |
---|---|
event |
InvokeEvent |
...args |
any |
返回值
any
| Promise
<any
>