Update dependencies #83

Open
thepaperpilot wants to merge 34 commits from thepaperpilot/Profectus:feat/update-deps into main
Showing only changes of commit 643bfccada - Show all commits

View file

@ -89,6 +89,8 @@ export interface DraggableNode<T> {
/**
* Sets up a system to allow nodes to be moved within a board by dragging and dropping.
* Also allows for dropping nodes on other nodes to trigger code.
* Using this function is fairly advanced, consider reading through this docs page for guidance:
* https://moddingtree.com/guide/advanced-concepts/boards
* @param options Draggable node options.
* @returns A DraggableNode object.
*/