This work is necessary foundational work for #158 where the undo and redo will be moving through the history stack.
This changes the history interface, so far unused, to include a next and previous properties which will trigger depending on the direction that history is moving in the stack.
✅ Checklist
General
[x] I have added tests for my changes.
[x] I have tested my changes.
[ ] I have updated the project documentation to reflect my changes.
⏭ Next Steps
Simplify some deprecated message system types #168
Pull Request
📖 Description
This work is necessary foundational work for #158 where the undo and redo will be moving through the history stack.
This changes the history interface, so far unused, to include a
next
andprevious
properties which will trigger depending on the direction that history is moving in the stack.✅ Checklist
General
⏭ Next Steps