AppFlowy/frontend/rust-lib/flowy-text-block/resources/proto/event_map.proto

8 lines
110 B
Protocol Buffer

syntax = "proto3";
enum TextBlockEvent {
GetBlockData = 0;
ApplyDelta = 1;
ExportDocument = 2;
}