# 帮助/help
字段:help
值类型有:
# 实例:写法/位置
# 组件详解
| 属性名 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| hidden | 控制组件是否隐藏, 支持动态解析 | boolean | -- | false |
| 其它 | 跟组件格式一样 | -- | -- | -- |
# 系统帮助组件属性详解
也就是help.props, 支持动态解析
| 属性名 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| content | tooltip提示的内容,支持html | string | -- | "" |
| maxWidth | tooltip提示框的最大宽度 | number | -- | 300 |
| href | 是否有超链接 | string | -- | "" |
| placement | tooltip的方向 | -- | top right bottom left | "top" |