Event chaining

This commit is contained in:
Alexey 2025-09-08 16:18:47 +03:00
commit 8d5d3584b1
3 changed files with 21 additions and 2 deletions

View file

@ -7,6 +7,7 @@ export component AppWindow inherits Window {
callback update-record-visible-time <=> record.update-visible-time;
callback start-new-event <=> record.start-new-event;
callback stop-event <=> record.stop-event;
callback chain-event <=> record.chain-event;
callback update-record-offset(int);
update-record-offset(new-offset) => {