flow-doc-deleted/Function.md

16 lines
165 B
Markdown
Raw Normal View History

2023-11-16 14:58:01 +08:00
## 函数事件流函数
```js
function(event, op) {
}
```
### 参数
* event
class [FunctionEvent](./FunctionEvent.md)
* op
class [Operation](./Operation.md)