added some data for node events to have a source field to help distinguish what originates from the gui or not
This commit is contained in:
parent
354d227cb3
commit
d1db5e4b4e
7 changed files with 32 additions and 20 deletions
|
@ -298,6 +298,7 @@ message Event {
|
|||
|
||||
message NodeEvent {
|
||||
Node node = 1;
|
||||
string source = 2;
|
||||
}
|
||||
|
||||
message LinkEvent {
|
||||
|
@ -378,6 +379,7 @@ message EditNodeRequest {
|
|||
int32 node_id = 2;
|
||||
Position position = 3;
|
||||
string icon = 4;
|
||||
string source = 5;
|
||||
}
|
||||
|
||||
message EditNodeResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue