SuchithAce7 years agoSolvedHow to get Collection value inside javascript. Hi, I want to get user collection values inside javascript. for example if i want to get user name and email in will write an html code like below: <p>${user.login}</p> <p>${user.email}</p> H...Show MoreVikasB7 years agoSuchithIt would be used as it is in JS also. var loginname = "${user.login}";
SuchithAce7 years agoThanks Vikas,Sorry, I am asking out of subject question. How can I access logged in user roles.
VikasBBoss to Suchith7 years agoSuchithYou need to hit the endpoint if you want to get these roles in JS. Here is the APIselect rank.simple_criteria from users where id='777'
Recent DiscussionsHandlebars custom component not executing GraphQL queryCustom component for group hubseditable content in react or handlebars componentCan someone walk me through authenticating and using Postman with Aurora?SolvedUsing css in widget or styling out of the box components