0

从这个命令:

const createRegionsEditor = (onUpdate, props) => (<RegionsEditor onUpdate={ onUpdate } {...props}/>);

正在更新

    RegionsEditor onUpdate

是指事件还是 RegionsEditor 的道具?

我在以下位置找到了代码: http ://allenfang.github.io/react-bootstrap-table/example.html#celledit 来自第 93 行,在自定义单元编辑下

4

1 回答 1

0

它的类型看起来像一个函数。

不管它是什么类型,它都是一个属性。

这不是本地事件。所以它可能是一个函数,只要在<RegionsEditor />.

您需要查看您正在使用的任何包的文档,或者只查看源代码......

于 2017-05-01T22:00:52.810 回答