UNPKG

839 BJSONView Raw
1{
2 "className": "自定义类名",
3 "prefixCls": "自定义类名前缀,非必要时不建议使用,传值后需要自定义所有样式",
4 "disabled": "是否可用",
5 "size": "组件尺寸,可选值为`default、small`",
6 "checkedChildren": "开启状态时组件内显示的内容",
7 "unCheckedChildren": "关闭状态时组件内显示的内容",
8 "onChange": "状态改变时的回调, 参数为`checked`和`SyntheticEvent`",
9 "onMouseUp": "鼠标抬起时的回调,参数为`SyntheticEvent`",
10 "onClick": "点击回调, 参数为`checked`和`SyntheticEvent`",
11 "tabIndex": "tabindex值,若tab键切换时不希望被遍历到,请设置值为-1",
12 "checked": "开关状态",
13 "defaultChecked": "开关默认状态",
14 "autoFocus": "自动获得焦点",
15 "loading": "loading状态",
16 "style": "内联样式"
17}
\No newline at end of file