better type seperation between NodeDefinition and runtime node #6

Closed
opened 2025-11-24 00:17:26 +01:00 by max · 1 comment
Owner
No description provided.
Author
Owner

Currently a lot of runtime stuff is stored inside .tmp of the NodeDefinition. I think it would be better if there are two types for node-data. One that describes that data which is stored in a graph. And one which is the node during runtime.

This would remove a lot of:

node.tmp = node.tmp || {}
node.tmp.children = [...]
Currently a lot of runtime stuff is stored inside `.tmp` of the NodeDefinition. I think it would be better if there are two types for node-data. One that describes that data which is stored in a graph. And one which is the node during runtime. This would remove a lot of: ```javascript node.tmp = node.tmp || {} node.tmp.children = [...] ```
max closed this issue 2025-12-03 19:19:17 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: max/nodarium#6