11 lines
205 B
Protocol Buffer
Raw Normal View History

2022-03-16 21:19:51 +08:00
syntax = "proto3";
enum GridNotification {
Unknown = 0;
GridDidCreateRows = 10;
GridDidDeleteRow = 11;
GridDidUpdateRows = 12;
GridDidUpdateCells = 20;
GridDidUpdateFields = 30;
}