Pra*_*hra 6 javascript flowtype
我需要从我的应用程序的根目录传入窗口,并且我对我应该使用的流类型感到困惑.
我试过了
export default class ListAttribute extends Component {
props: {
frameWindow: mixed
}
componentDidMount() {
this.props.frameWindow.addEventListener('click', this.closeList, false)
}
....
}
Run Code Online (Sandbox Code Playgroud)
这给了我call of method addEventListener. Method cannot be called on mixed,我试着改进没有运气.
我试着看这里,但找不到bom本身的任何东西.https://www.saltycrane.com/flow-type-cheat-sheet/latest/#lib/bom.js
window目前看来该对象没有任何类型。目前看来,any使用的是 的类型。
| 归档时间: |
|
| 查看次数: |
2748 次 |
| 最近记录: |