How to get Studio ID of a widget?
Hello,
I am trying to create a universal function which return name of a widget where is called:

Can be used for this example a keyword this ?
$scope.getWidgetName = function (){
return this.view.wdg.studioID; //something like this
}
Thank you for answer.
Tomas

