dart_notification.proto 209 B

1234567891011
  1. syntax = "proto3";
  2. enum GridNotification {
  3. Unknown = 0;
  4. DidCreateBlock = 11;
  5. DidUpdateBlock = 20;
  6. DidUpdateRow = 30;
  7. DidUpdateCell = 31;
  8. DidUpdateGrid = 40;
  9. DidUpdateField = 41;
  10. }