When combined with https://github.com/retejs/module-plugin the components inside the module won't receive calls for create / destroy. This makes sense if the created / destroyed is only meant for visible nodes.
However, it also doesn't seem to be possible to do engine.use(LifecyclePlugin) either (to get a callback for each data-processing node, regardless of the node origin).
So where would one do the initialization and destruction of per-node data for specific components?
When combined with https://github.com/retejs/module-plugin the components inside the module won't receive calls for
create/destroy. This makes sense if the created / destroyed is only meant for visible nodes.However, it also doesn't seem to be possible to do
engine.use(LifecyclePlugin)either (to get a callback for each data-processing node, regardless of the node origin).So where would one do the initialization and destruction of per-node data for specific components?