How to fetch design dialog property value of a component in another component
For example , I have a floating-brochure component with a design dialog and i want to use properties stored under this component(for example image path ) in another component say Footer (Both in same style).
Hierarchy of /etc/design/default is as below :

currentStyle.image works only in the floating-brochure component not in Footer component. How to access this value in Footer component ?