Divider 分割线

基本用法

```schema: scope=”body” { “type”: “divider” }

  1. ## 不同样式
  2. ```schema: scope="body"
  3. [
  4. {
  5. "type": "divider"
  6. },
  7. {
  8. "type": "divider",
  9. "lineStyle": "solid"
  10. }
  11. ]

属性表

属性名 类型 默认值 说明
type string "divider" 指定为 分割线 渲染器
className string 外层 Dom 的类名
lineStyle string "dashed" 分割线的样式,支持dashedsolid