This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2025-07-23 00:52:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
AppFlowy
/
frontend
/
rust-lib
/
flowy-grid
/
src
/
protobuf
/
proto
/
event_map.proto
9 lines
112 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
feat: add grid event
2022-03-02 22:43:04 +08:00
syntax
=
"proto3"
;
enum
GridEvent
{
chore: impl handler logic
2022-03-05 10:59:44 +08:00
OpenGrid
=
0
;
GetRows
=
1
;
GetFields
=
2
;
CreateRow
=
3
;
feat: add grid event
2022-03-02 22:43:04 +08:00
}
Reference in New Issue
Copy Permalink