flow-doc-deleted/Function.md

14 lines
163 B
Markdown
Raw Normal View History

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