Skip to content

zentao-api / ModuleActionResultRender

Type Alias: ModuleActionResultRender

ModuleActionResultRender = (result, type, action) => string

模块动作自定义渲染函数类型;SDK 本身不直接渲染终端输出。

Parameters

ParameterType
resultunknown
typeModuleActionResultRenderType
actionModuleAction

Returns

string

Released under the MIT License.