mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
9 lines
132 B
Protocol Buffer
9 lines
132 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
enum GridEvent {
|
|
CreateGrid = 0;
|
|
OpenGrid = 1;
|
|
GetRows = 2;
|
|
GetFields = 3;
|
|
CreateRow = 4;
|
|
}
|