cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
369
Views
0
Helpful
0
Replies

Access desktop layout json properties in HTML page

Hi,

I need help how to Access desktop layout json properties in HTML page.

in json file below code passing properties to html page , which javascript function will help me to get properties (crd, token) values in html page?

 

"page": {
"id": "iframe-widget",
"widgets": {
"left": {
"comp": "agentx-wc-iframe",
"attributes": {
"src": "https://transferconsole.w3spaces.com/OnLoad.html"
}
,

"properties": {
"crd": "$STORE.agentContact.selectedTaskId",
"token": "$STORE.auth.accessToken"

}
}
},

0 Replies 0