1.0.2 • Published 2 years ago

@skyworth-cloud/component v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

toolbar

@lgguan/custom-tool-bar

自定义工具条

API

参数名说明必填类型默认值备注
config工具对象参数集合,详见ToolObject对象说明trueArray[]
getInstance获取实例函数,主要用于获取组件的filed属性,从而获得表单中的value值falseFunction-

ToolObject

参数名说明必填类型默认值备注
label工具的前置标签trueString-Button工具的label为显示标签
key工具的keytrueString-
field工具的表单字段falseString-
defaultValue工具的表单字段默认值falseObject-
component工具的类型trueString-仅支持Input, Select, DatePicker, TimePicker, Button
componentProps工具的所有自有属性falseObject{}