feat:✨ init
This commit is contained in:
parent
5fdfe3dd21
commit
895c0a582b
|
@ -0,0 +1,15 @@
|
|||
## 函数事件流函数
|
||||
|
||||
```js
|
||||
function(event, op) {
|
||||
|
||||
}
|
||||
```
|
||||
### 参数
|
||||
* event
|
||||
class [FunctionEvent](./FunctionEvent.md)
|
||||
|
||||
* op
|
||||
class [Operation](./Operation.md)
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
#### FunctionEvent
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
#### Operation
|
Loading…
Reference in New Issue