This website requires JavaScript.
Explore
Help
Sign In
Mirrored_Repos
/
AppFlowy
Watch
1
Star
0
Fork
0
You've already forked AppFlowy
mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced
2024-08-30 18:12:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
16e1387a8e
AppFlowy
/
frontend
/
rust-lib
/
flowy-text-block
/
resources
/
proto
/
event_map.proto
8 lines
110 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
feat: move handles to flowy-block crate
2022-03-05 13:15:10 +00:00
syntax
=
"proto3"
;
chore: rename some struct in Rust
2022-06-05 10:56:45 +00:00
enum
TextBlockEvent
{
feat: show grid
2022-03-06 13:22:42 +00:00
GetBlockData
=
0
;
ApplyDelta
=
1
;
ExportDocument
=
2
;
feat: move handles to flowy-block crate
2022-03-05 13:15:10 +00:00
}
Reference in New Issue
Copy Permalink