I need to access to some properties of the parent DOM element which contains the component from where i want to get the info, is there a way to do such thing?
The child component shouldn't update properties on the parent. Instead have the child emit events and the parent change the properties. The docs have an example in the Component Interaction section.