8 lines
110 B
Protocol Buffer
Raw Normal View History

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