zentao-api / ModuleActionResultRender
Type Alias: ModuleActionResultRender
ModuleActionResultRender = (
result,type,action) =>string
模块动作自定义渲染函数类型;SDK 本身不直接渲染终端输出。
Parameters
| Parameter | Type |
|---|---|
result | unknown |
type | ModuleActionResultRenderType |
action | ModuleAction |
Returns
string