Hi everybody, I have a small problem, investigated your documentation and forums but I can’t solve. Help me, please.
I want to reach User’s name, email etc. properties when relevant panel clicked. I use Users Property like this.
Panels are like this.
but then
function reach(args)
{
console.log(args.a_name);
};
this doesn't work and return null. I should use user's name, photo, mail etc other's page.
I will be very happy if you help me . Thank you very much!