Skip to content

Commit

Permalink
docs(api): update SchemaForm API links
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed May 14, 2019
1 parent 5baf1be commit 0573af7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/API/SchemaForm.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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` | |
| effects | 副作用处理函数 | Function | |
Expand Down
2 changes: 1 addition & 1 deletion docs/API/SchemaForm_React.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ 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` | |
| effects | 副作用处理函数 | Function | |
Expand Down

0 comments on commit 0573af7

Please sign in to comment.