ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
How do you catch "Make Unique"?
-
I need to catch when a component is made unique.
I have anDefinitionsObserver
which triggers when the new component is added, but at that found the.instances
for that definition is empty. So I need to work out when a component is made unique and is fully ready to return its instances.I want to avoid using timers.
-
An entities observer that limits itself to instances could spot when that instance's definition changes ?
-
The
onContentsModified
event is broken...
Advertisement