Solved
how to read property values in runtime while developing custom widget
How to read binded values while developing custom widget,
I tried this.getProperty(PropertyName) but it returned as undefined.
I only using updatePropertyInfo for one field but my idea is I should get default or user passed values from the rest of the properties at runtime.

