When running in debug mode. I have a component and when I look at the variables or properties in the variables panel I see a "[inherited]" set of variables and in there $width = 800; and $height= 1200; but if I look at the variables without the $ so width & height I see width=694 and height=694.
What are the variables/properties with "$". Why are they different?

