zentao-api / ModuleActionParam
Interface: ModuleActionParam
模块动作的查询参数定义。
Properties
| Property | Type | Description |
|---|---|---|
defaultValue? | unknown | 未显式传入时使用的默认值。 |
description? | string | 参数说明。 |
name | string | 参数名称。 |
options? | ModuleActionParamOption[] | 参数可选值。 |
required? | boolean | 是否必填。 |
type? | "string" | "number" | "boolean" | 参数值类型,用于基础类型转换。 |