长文
模板&元素小于 1 分钟
printElementType
温馨提示
printElementType 是设计 provider 时的重要参数。比如说 tid
和 field
参数
名称 | 类型 | 说明 | 备注 |
---|---|---|---|
tid | string | 元素类型唯一标识 | |
title | string | 标题 同 options 的 title | 拖拽时就显示 无法彻底删除 |
field | string | 字段名称 同 options 的 field | 优先级高于 options 无法彻底删除 |
data | string | 同测试数据 同 options 的 testData 需要先设置 field | 优先级高于 options 无法彻底删除 |
formatter | function | 格式化函数 同 options 的 formatter | 优先级高于 options 无法彻底删除 |
styler | function | 样式函数 同 options 的 styler | 优先级高于 options 无法彻底删除 |
onRendered | function | 渲染完成回调 只能放在 printElementType 中 | 设计时不会触发 |
options
温馨提示
参数过多,可能没有罗列完整。更多参数点击元素后,在参数面板中查看。如果你是开发者,我相信你知道该怎么看
。
名称 | 类型 | 说明 | 备注 |
---|
Loading...