ISYS_HelpMethodDetail interface
Help 查询返回的方法详情
Signature
typescript
interface ISYS_HelpMethodDetail1
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | (Optional) 使用示例 | ||
Array<{ name: string; type?: string; description?: string; required?: boolean }> | (Optional) 入参列表 | ||
string | (Optional) 方法说明 | ||
{ type?: string; description?: string } | (Optional) 返回值 | ||
string | (Optional) 方法标题 |