mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-23 00:52:14 +00:00
11 lines
187 B
Protocol Buffer
11 lines
187 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
enum GridNotification {
|
|
Unknown = 0;
|
|
DidCreateBlock = 11;
|
|
DidUpdateBlock = 20;
|
|
DidUpdateRow = 30;
|
|
DidUpdateFields = 40;
|
|
DidUpdateField = 41;
|
|
}
|