Skip to content

zentao-api / ModuleActionParam

Interface: ModuleActionParam

模块动作的查询参数定义。

Properties

PropertyTypeDescription
defaultValue?unknown未显式传入时使用的默认值。
description?string参数说明。
namestring参数名称。
options?ModuleActionParamOption[]参数可选值。
required?boolean是否必填。
type?"string" | "number" | "boolean"参数值类型,用于基础类型转换。

Released under the MIT License.