Interface: IFRenderProps
Description
自定义渲染函数的props
Properties
| Property | Type | Description | 
|---|---|---|
componentProps | Recordable<any> | 组件属性 | 
disabled | boolean | 当前项状态 | 
methods | IXphFormActionType | 表单方法实例 | 
model | any | 表单值 | 
name | string | 当前项name | 
自定义渲染函数的props
| Property | Type | Description | 
|---|---|---|
componentProps | Recordable<any> | 组件属性 | 
disabled | boolean | 当前项状态 | 
methods | IXphFormActionType | 表单方法实例 | 
model | any | 表单值 | 
name | string | 当前项name |