AppFlowy/frontend/rust-lib/flowy-text-block/resources/proto/event_map.proto

8 lines
110 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
2022-06-05 10:56:45 +00:00
enum TextBlockEvent {
2022-03-06 13:22:42 +00:00
GetBlockData = 0;
ApplyDelta = 1;
ExportDocument = 2;
}