flow-doc-deleted/flow/README.md

14 lines
259 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 函数事件流函数
```js
function(event, op) {
//
}
```
## 参数说明
* event事件既函数上下文。具体请参见 [FunctionEvent](./FunctionEvent.md)
* op封装的一系列工具方法。具体请参见 [op 文档](../op/README.md)