AppFlowy/frontend/rust-lib/flowy-grid/src/protobuf/proto/event_map.proto
2022-03-04 18:13:17 +08:00

9 lines
132 B
Protocol Buffer

syntax = "proto3";
enum GridEvent {
CreateGrid = 0;
OpenGrid = 1;
GetRows = 2;
GetFields = 3;
CreateRow = 4;
}