Hexworks/zircon

Add the option to keep the Component's properties when it is attached.

adam-arold opened this issue · 0 comments

Currently if a Component is attached to a Container its properties (ComponentProperties) will be updated from the Container's. This is rather confusing sometimes. We should add a updateOnAttach flag to le the user choose the update strategy (update when a component is attached or not).