Interface: ICurCellFuncProps<J, K, T>
Description
cellFunc中每一项对应的组件的props
Type Parameters
| Type Parameter | Default type | 
|---|---|
J extends TXphExtendComponentPropsMap | object | 
K extends TXphExtendComponentPropsMap | object | 
T extends keyof TCellComponentPropsMap<J, K> | keyof TCellComponentPropsMap<J, K> | 
Properties
| Property | Type | 
|---|---|
cellFuncProps | ICellFuncProps<TXphDataSourceItem, J, K> | 
curComponentProps? | TCellComponentPropsMap<J, K>[T] |