flow-doc-deleted/Function.md

14 lines
163 B
Markdown

## 函数事件流函数
```js
function(event, op) {
}
```
### 参数
* event
class [FunctionEvent](./FunctionEvent.md)
* op
class [Operation](./Operation.md)