AppFlowy/frontend/rust-lib/flowy-grid/resources/proto/dart_notification.proto

12 lines
216 B
Protocol Buffer
Raw Normal View History

2022-03-16 13:19:51 +00:00
syntax = "proto3";
enum GridNotification {
Unknown = 0;
2022-04-03 14:22:54 +00:00
DidCreateBlock = 11;
DidUpdateGridRow = 20;
DidUpdateGridField = 21;
2022-04-05 14:46:23 +00:00
DidUpdateRow = 30;
DidUpdateCell = 40;
DidUpdateField = 50;
2022-03-16 13:19:51 +00:00
}