Skip to content

Commit

Permalink
docs(api): update SchemaForm API table
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 14, 2019
1 parent dc9abdf commit 5baf1be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions docs/API/SchemaForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,8 @@ import SchemaForm from '@uform/next(antd)'
| 属性名称 | 属性描述 | 属性类型 | 默认值 |
| ---- | ---- | ---- | --- |
| actions | 需要握手的表单actions,只接收通过[createFormActions](/#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](/#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| defaultValue | 表单默认值 | Object | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| effects | 副作用处理函数 | Function | |
| effects | 副作用处理函数 | Function | |
| initialValues | 表单值,受控态使用 | Object | {} |
| locale | 表单国际化文案 | Object | {} |
Expand Down
3 changes: 0 additions & 3 deletions docs/API/SchemaForm_React.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,8 @@ import SchemaForm from '@uform/react'
| ---- | ---- | ---- | --- |
| --- | --- | --- | --- |
| actions | 需要握手的表单actions,只接收通过[createFormActions](/#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](/#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| actions | 需要握手的表单actions,只接收通过[createFormActions](#/97UlUl/XEFAF7HoHV)/[createAsyncFormActions](#/97UlUl/leFLFGHMHK)创建出来的actions | Object | |
| defaultValue | 表单默认值 | Object | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| editable | 控制表单字段是否可编辑状态 | `Boolean | Function(name : String) : Boolean` | |
| effects | 副作用处理函数 | Function | |
| effects | 副作用处理函数 | Function | |
| initialValues | 表单值,受控态使用 | Object | {} |
| locale | 表单国际化文案 | Object | {} |
Expand Down

0 comments on commit 5baf1be

Please sign in to comment.