I use WebAppBuilder 2.22 (developer edition) to develop 3D web apps with my developed custom widgets (esri js API 4.22) for our portal.
However, I do not know why in all ESRI widgets code, everywhere when linking button click to a function, the linkage is wrapped with "this.own".
What is the purpose and benefit of doing it?