mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
8 lines
110 B
Protocol Buffer
8 lines
110 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
enum TextBlockEvent {
|
|
GetBlockData = 0;
|
|
ApplyDelta = 1;
|
|
ExportDocument = 2;
|
|
}
|